#B95077

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

Shades of Royal Heath #B95077

Tints of Royal Heath #B95077

Color information

#B95077 (or 0xB95077) is unknown color: approx Royal Heath. HEX triplet: B9, 50 and 77. RGB value is (185,80,119). Sum of RGB (Red+Green+Blue) = 185+80+119=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B95077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95077 is #46AF88. Grayscale: #737373. Windows color (decimal): -4632457 or 7819449. OLE color: 7819449.

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

Color convert

RGB18580119-
CMYK00.570.360.27
HSL337.71º42.86%51.96%-
HSV(B)337.71º56.76%72.55%-
XYZ26.2117.3819.43-
YUV115.84129.79177.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.18%
GREEN value IS 80 (31.64% from 255) = 20.83%
BLUE value IS 119 (46.88% from 255) = 30.99%
R=48.18%
G=20.83%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858011900.570.360.27337.7142.8651.96
HexB95077039241B1522b34
Octal27112016707144335225364
Binary1011100110100001110111011100110010011011101010010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95077; }

 p { color: rgb(185,80,119); }

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

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

 a { background-color: rgb(185,80,119); }

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

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

 span { border-color: rgb(185,80,119); }

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