#B05076

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

Shades of Royal Heath #B05076

Tints of Royal Heath #B05076

Color information

#B05076 (or 0xB05076) is unknown color: approx Royal Heath. HEX triplet: B0, 50 and 76. RGB value is (176,80,118). Sum of RGB (Red+Green+Blue) = 176+80+118=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B05076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05076 is #4FAF89. Grayscale: #707070. Windows color (decimal): -5222282 or 7753904. OLE color: 7753904.

HSL color Cylindrical-coordinate representation of color #B05076: hue angle of 336.25º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B05076 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB17680118-
CMYK00.550.330.31
HSL336.25º37.8%50.2%-
HSV(B)336.25º54.55%69.02%-
XYZ24.0416.2819.01-
YUV113.04130.8172.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.06%
GREEN value IS 80 (31.64% from 255) = 21.39%
BLUE value IS 118 (46.48% from 255) = 31.55%
R=47.06%
G=21.39%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768011800.550.330.31336.2537.850.2
HexB05076037211F1502632
Octal26012016606741375204662
Binary1011000010100001110110011011110000111111101010000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05076; }

 p { color: rgb(176,80,118); }

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

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

 a { background-color: rgb(176,80,118); }

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

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

 span { border-color: rgb(176,80,118); }

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