#B04570

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

Shades of Royal Heath #B04570

Tints of Royal Heath #B04570

Color information

#B04570 (or 0xB04570) is unknown color: approx Royal Heath. HEX triplet: B0, 45 and 70. RGB value is (176,69,112). Sum of RGB (Red+Green+Blue) = 176+69+112=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B04570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04570 is #4FBA8F. Grayscale: #696969. Windows color (decimal): -5225104 or 7357872. OLE color: 7357872.

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

Color convert

RGB17669112-
CMYK00.610.360.31
HSL335.89º43.67%48.04%-
HSV(B)335.89º60.8%69.02%-
XYZ22.9614.6616.95-
YUV105.9131.45178-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.30%
GREEN value IS 69 (27.34% from 255) = 19.33%
BLUE value IS 112 (44.14% from 255) = 31.37%
R=49.30%
G=19.33%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766911200.610.360.31335.8943.6748.04
HexB0457003D241F1502c30
Octal26010516007544375205460
Binary1011000010001011110000011110110010011111101010000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04570; }

 p { color: rgb(176,69,112); }

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

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

 a { background-color: rgb(176,69,112); }

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

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

 span { border-color: rgb(176,69,112); }

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