#B05371

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

Shades of Royal Heath #B05371

Tints of Royal Heath #B05371

Color information

#B05371 (or 0xB05371) is unknown color: approx Royal Heath. HEX triplet: B0, 53 and 71. RGB value is (176,83,113). Sum of RGB (Red+Green+Blue) = 176+83+113=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B05371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05371 is #4FAC8E. Grayscale: #727272. Windows color (decimal): -5221519 or 7426992. OLE color: 7426992.

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

Color convert

RGB17683113-
CMYK00.530.360.31
HSL340.65º37.05%50.78%-
HSV(B)340.65º52.84%69.02%-
XYZ23.9816.6117.56-
YUV114.23127.31172.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.31%
GREEN value IS 83 (32.81% from 255) = 22.31%
BLUE value IS 113 (44.53% from 255) = 30.38%
R=47.31%
G=22.31%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768311300.530.360.31340.6537.0550.78
HexB05371035241F1552533
Octal26012316106544375254563
Binary1011000010100111110001011010110010011111101010101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05371; }

 p { color: rgb(176,83,113); }

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

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

 a { background-color: rgb(176,83,113); }

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

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

 span { border-color: rgb(176,83,113); }

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