#B04271

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

Shades of Royal Heath #B04271

Tints of Royal Heath #B04271

Color information

#B04271 (or 0xB04271) is unknown color: approx Royal Heath. HEX triplet: B0, 42 and 71. RGB value is (176,66,113). Sum of RGB (Red+Green+Blue) = 176+66+113=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B04271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04271 is #4FBD8E. Grayscale: #686868. Windows color (decimal): -5225871 or 7422640. OLE color: 7422640.

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

Color convert

RGB17666113-
CMYK00.620.360.31
HSL334.36º45.45%47.45%-
HSV(B)334.36º62.5%69.02%-
XYZ22.8314.3217.18-
YUV104.25132.94179.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.58%
GREEN value IS 66 (26.17% from 255) = 18.59%
BLUE value IS 113 (44.53% from 255) = 31.83%
R=49.58%
G=18.59%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766611300.620.360.31334.3645.4547.45
HexB0427103E241F14e2d2f
Octal26010216107644375165557
Binary1011000010000101110001011111010010011111101001110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04271; }

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

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

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

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

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

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

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

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