#B04671

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

Shades of Royal Heath #B04671

Tints of Royal Heath #B04671

Color information

#B04671 (or 0xB04671) is unknown color: approx Royal Heath. HEX triplet: B0, 46 and 71. RGB value is (176,70,113). Sum of RGB (Red+Green+Blue) = 176+70+113=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B04671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04671 is #4FB98E. Grayscale: #6A6A6A. Windows color (decimal): -5224847 or 7423664. OLE color: 7423664.

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

Color convert

RGB17670113-
CMYK00.600.360.31
HSL335.66º43.09%48.24%-
HSV(B)335.66º60.23%69.02%-
XYZ23.0814.817.26-
YUV106.6131.62177.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.03%
GREEN value IS 70 (27.73% from 255) = 19.50%
BLUE value IS 113 (44.53% from 255) = 31.48%
R=49.03%
G=19.50%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767011300.600.360.31335.6643.0948.24
HexB0467103C241F1502b30
Octal26010616107444375205360
Binary1011000010001101110001011110010010011111101010000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04671; }

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

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

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

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

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

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

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

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