#B95D78

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

Shades of Royal Heath #B95D78

Tints of Royal Heath #B95D78

Color information

#B95D78 (or 0xB95D78) is unknown color: approx Royal Heath. HEX triplet: B9, 5D and 78. RGB value is (185,93,120). Sum of RGB (Red+Green+Blue) = 185+93+120=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95D78 is #46A287. Grayscale: #7B7B7B. Windows color (decimal): -4629128 or 7888313. OLE color: 7888313.

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

Color convert

RGB18593120-
CMYK00.500.350.27
HSL342.39º39.66%54.51%-
HSV(B)342.39º49.73%72.55%-
XYZ27.3119.520.09-
YUV123.59125.98171.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.48%
GREEN value IS 93 (36.72% from 255) = 23.37%
BLUE value IS 120 (47.27% from 255) = 30.15%
R=46.48%
G=23.37%
B=30.15%

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
Decimal1859312000.500.350.27342.3939.6654.51
HexB95D78032231B1562837
Octal27113517006243335265067
Binary1011100110111011111000011001010001111011101010110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95D78; }

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

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

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

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

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

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

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

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