#B05374

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

Shades of Royal Heath #B05374

Tints of Royal Heath #B05374

Color information

#B05374 (or 0xB05374) is unknown color: approx Royal Heath. HEX triplet: B0, 53 and 74. RGB value is (176,83,116). Sum of RGB (Red+Green+Blue) = 176+83+116=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B05374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05374 is #4FAC8B. Grayscale: #727272. Windows color (decimal): -5221516 or 7623600. OLE color: 7623600.

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

Color convert

RGB17683116-
CMYK00.530.340.31
HSL338.71º37.05%50.78%-
HSV(B)338.71º52.84%69.02%-
XYZ24.1516.6818.47-
YUV114.57128.81171.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.93%
GREEN value IS 83 (32.81% from 255) = 22.13%
BLUE value IS 116 (45.70% from 255) = 30.93%
R=46.93%
G=22.13%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768311600.530.340.31338.7137.0550.78
HexB05374035221F1532533
Octal26012316406542375234563
Binary1011000010100111110100011010110001011111101010011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05374; }

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

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

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

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

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

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

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

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