#B05072

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

Shades of Royal Heath #B05072

Tints of Royal Heath #B05072

Color information

#B05072 (or 0xB05072) is unknown color: approx Royal Heath. HEX triplet: B0, 50 and 72. RGB value is (176,80,114). Sum of RGB (Red+Green+Blue) = 176+80+114=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B05072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05072 is #4FAF8D. Grayscale: #707070. Windows color (decimal): -5222286 or 7491760. OLE color: 7491760.

HSL color Cylindrical-coordinate representation of color #B05072: hue angle of 338.75º 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 #B05072 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB17680114-
CMYK00.550.350.31
HSL338.75º37.8%50.2%-
HSV(B)338.75º54.55%69.02%-
XYZ23.8116.1817.79-
YUV112.58128.8173.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.57%
GREEN value IS 80 (31.64% from 255) = 21.62%
BLUE value IS 114 (44.92% from 255) = 30.81%
R=47.57%
G=21.62%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768011400.550.350.31338.7537.850.2
HexB05072037231F1532632
Octal26012016206743375234662
Binary1011000010100001110010011011110001111111101010011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05072; }

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

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

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

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

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

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

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

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