#B05671

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

Shades of Royal Heath #B05671

Tints of Royal Heath #B05671

Color information

#B05671 (or 0xB05671) is unknown color: approx Royal Heath. HEX triplet: B0, 56 and 71. RGB value is (176,86,113). Sum of RGB (Red+Green+Blue) = 176+86+113=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B05671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05671 is #4FA98E. Grayscale: #737373. Windows color (decimal): -5220751 or 7427760. OLE color: 7427760.

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

Color convert

RGB17686113-
CMYK00.510.360.31
HSL342º36.29%51.37%-
HSV(B)342º51.14%69.02%-
XYZ24.2117.0817.64-
YUV115.99126.32170.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.93%
GREEN value IS 86 (33.98% from 255) = 22.93%
BLUE value IS 113 (44.53% from 255) = 30.13%
R=46.93%
G=22.93%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768611300.510.360.3134236.2951.37
HexB05671033241F1562433
Octal26012616106344375264463
Binary1011000010101101110001011001110010011111101010110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05671; }

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

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

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

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

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

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

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

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