#B95774

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

Shades of Royal Heath #B95774

Tints of Royal Heath #B95774

Color information

#B95774 (or 0xB95774) is unknown color: approx Royal Heath. HEX triplet: B9, 57 and 74. RGB value is (185,87,116). Sum of RGB (Red+Green+Blue) = 185+87+116=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B95774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95774 is #46A88B. Grayscale: #777777. Windows color (decimal): -4630668 or 7624633. OLE color: 7624633.

HSL color Cylindrical-coordinate representation of color #B95774: hue angle of 342.24º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B95774 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB18587116-
CMYK00.530.370.27
HSL342.24º41.18%53.33%-
HSV(B)342.24º52.97%72.55%-
XYZ26.5718.3918.67-
YUV119.61125.97174.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.68%
GREEN value IS 87 (34.38% from 255) = 22.42%
BLUE value IS 116 (45.70% from 255) = 29.90%
R=47.68%
G=22.42%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858711600.530.370.27342.2441.1853.33
HexB95774035251B1562935
Octal27112716406545335265165
Binary1011100110101111110100011010110010111011101010110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95774; }

 p { color: rgb(185,87,116); }

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

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

 a { background-color: rgb(185,87,116); }

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

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

 span { border-color: rgb(185,87,116); }

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