#B95876

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

Shades of Royal Heath #B95876

Tints of Royal Heath #B95876

Color information

#B95876 (or 0xB95876) is unknown color: approx Royal Heath. HEX triplet: B9, 58 and 76. RGB value is (185,88,118). Sum of RGB (Red+Green+Blue) = 185+88+118=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B95876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95876 is #46A789. Grayscale: #787878. Windows color (decimal): -4630410 or 7755961. OLE color: 7755961.

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

Color convert

RGB18588118-
CMYK00.520.360.27
HSL341.44º40.93%53.53%-
HSV(B)341.44º52.43%72.55%-
XYZ26.7718.619.32-
YUV120.42126.64174.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.31%
GREEN value IS 88 (34.77% from 255) = 22.51%
BLUE value IS 118 (46.48% from 255) = 30.18%
R=47.31%
G=22.51%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858811800.520.360.27341.4440.9353.53
HexB95876034241B1552936
Octal27113016606444335255166
Binary1011100110110001110110011010010010011011101010101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95876; }

 p { color: rgb(185,88,118); }

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

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

 a { background-color: rgb(185,88,118); }

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

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

 span { border-color: rgb(185,88,118); }

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