#B95B77

Color #B95B77 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #B95B77

Tints of Royal Heath #B95B77

Color information

#B95B77 (or 0xB95B77) is unknown color: approx Royal Heath. HEX triplet: B9, 5B and 77. RGB value is (185,91,119). Sum of RGB (Red+Green+Blue) = 185+91+119=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B95B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95B77 is #46A488. Grayscale: #7A7A7A. Windows color (decimal): -4629641 or 7822265. OLE color: 7822265.

HSL color Cylindrical-coordinate representation of color #B95B77: hue angle of 342.13º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B95B77 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB18591119-
CMYK00.510.360.27
HSL342.13º40.17%54.12%-
HSV(B)342.13º50.81%72.55%-
XYZ27.0819.1319.72-
YUV122.3126.14172.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 46.84%
GREEN value IS 91 (35.94% from 255) = 23.04%
BLUE value IS 119 (46.88% from 255) = 30.13%
R=46.84%
G=23.04%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859111900.510.360.27342.1340.1754.12
HexB95B77033241B1562836
Octal27113316706344335265066
Binary1011100110110111110111011001110010011011101010110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95B77; }

 p { color: rgb(185,91,119); }

 H1.HeaderClassName
 {
   color: #B95B77;
 }
 .AnyTagClassName
 {
   color: #B95B77;
 }
</style>
background-color css

<style>
 a { background-color: #B95B77; }

 a { background-color: rgb(185,91,119); }

 div.DivClassName
 {
   background-color: #B95B77;
 }
 .BgClassName
 {
   background-color: #B95B77;
 }
</style>
border-color css

<style>
 span { border-color: #B95B77; }

 span { border-color: rgb(185,91,119); }

 td.TdClassName
 {
   border-color: #B95B77;
 }
 .TagClassName
 {
   border-color: #B95B77;
 }
</style>