#B04870

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

Shades of Royal Heath #B04870

Tints of Royal Heath #B04870

Color information

#B04870 (or 0xB04870) is unknown color: approx Royal Heath. HEX triplet: B0, 48 and 70. RGB value is (176,72,112). Sum of RGB (Red+Green+Blue) = 176+72+112=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B04870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04870 is #4FB78F. Grayscale: #6B6B6B. Windows color (decimal): -5224336 or 7358640. OLE color: 7358640.

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

Color convert

RGB17672112-
CMYK00.590.360.31
HSL336.92º41.94%48.63%-
HSV(B)336.92º59.09%69.02%-
XYZ23.1515.0317.01-
YUV107.66130.46176.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.89%
GREEN value IS 72 (28.52% from 255) = 20%
BLUE value IS 112 (44.14% from 255) = 31.11%
R=48.89%
G=20%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767211200.590.360.31336.9241.9448.63
HexB0487003B241F1512a31
Octal26011016007344375215261
Binary1011000010010001110000011101110010011111101010001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04870; }

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

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

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

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

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

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

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

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