#B95878

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

Shades of Royal Heath #B95878

Tints of Royal Heath #B95878

Color information

#B95878 (or 0xB95878) is unknown color: approx Royal Heath. HEX triplet: B9, 58 and 78. RGB value is (185,88,120). Sum of RGB (Red+Green+Blue) = 185+88+120=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B95878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95878 is #46A787. Grayscale: #787878. Windows color (decimal): -4630408 or 7887033. OLE color: 7887033.

HSL color Cylindrical-coordinate representation of color #B95878: hue angle of 340.21º 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 #B95878 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB18588120-
CMYK00.520.350.27
HSL340.21º40.93%53.53%-
HSV(B)340.21º52.43%72.55%-
XYZ26.8918.6519.95-
YUV120.65127.64173.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.07%
GREEN value IS 88 (34.77% from 255) = 22.39%
BLUE value IS 120 (47.27% from 255) = 30.53%
R=47.07%
G=22.39%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858812000.520.350.27340.2140.9353.53
HexB95878034231B1542936
Octal27113017006443335245166
Binary1011100110110001111000011010010001111011101010100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95878; }

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

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

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

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

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

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

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

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