#B95C78

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

Shades of Royal Heath #B95C78

Tints of Royal Heath #B95C78

Color information

#B95C78 (or 0xB95C78) is unknown color: approx Royal Heath. HEX triplet: B9, 5C and 78. RGB value is (185,92,120). Sum of RGB (Red+Green+Blue) = 185+92+120=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95C78 is #46A387. Grayscale: #7A7A7A. Windows color (decimal): -4629384 or 7888057. OLE color: 7888057.

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

Color convert

RGB18592120-
CMYK00.500.350.27
HSL341.94º39.91%54.31%-
HSV(B)341.94º50.27%72.55%-
XYZ27.2219.3220.06-
YUV123126.31172.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.60%
GREEN value IS 92 (36.33% from 255) = 23.17%
BLUE value IS 120 (47.27% from 255) = 30.23%
R=46.60%
G=23.17%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859212000.500.350.27341.9439.9154.31
HexB95C78032231B1562836
Octal27113417006243335265066
Binary1011100110111001111000011001010001111011101010110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95C78; }

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

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

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

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

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

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

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

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