#B05276

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

Shades of Royal Heath #B05276

Tints of Royal Heath #B05276

Color information

#B05276 (or 0xB05276) is unknown color: approx Royal Heath. HEX triplet: B0, 52 and 76. RGB value is (176,82,118). Sum of RGB (Red+Green+Blue) = 176+82+118=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B05276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05276 is #4FAD89. Grayscale: #727272. Windows color (decimal): -5221770 or 7754416. OLE color: 7754416.

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

Color convert

RGB17682118-
CMYK00.530.330.31
HSL337.02º37.3%50.59%-
HSV(B)337.02º53.41%69.02%-
XYZ24.1916.5719.06-
YUV114.21130.14172.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.81%
GREEN value IS 82 (32.42% from 255) = 21.81%
BLUE value IS 118 (46.48% from 255) = 31.38%
R=46.81%
G=21.81%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768211800.530.330.31337.0237.350.59
HexB05276035211F1512533
Octal26012216606541375214563
Binary1011000010100101110110011010110000111111101010001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05276; }

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

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

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

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

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

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

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

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