#B04279

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

Shades of Royal Heath #B04279

Tints of Royal Heath #B04279

Color information

#B04279 (or 0xB04279) is unknown color: approx Royal Heath. HEX triplet: B0, 42 and 79. RGB value is (176,66,121). Sum of RGB (Red+Green+Blue) = 176+66+121=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B04279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04279 is #4FBD86. Grayscale: #696969. Windows color (decimal): -5225863 or 7946928. OLE color: 7946928.

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

Color convert

RGB17666121-
CMYK00.620.310.31
HSL330º45.45%47.45%-
HSV(B)330º62.5%69.02%-
XYZ23.314.5119.66-
YUV105.16136.94178.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.48%
GREEN value IS 66 (26.17% from 255) = 18.18%
BLUE value IS 121 (47.66% from 255) = 33.33%
R=48.48%
G=18.18%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766612100.620.310.3133045.4547.45
HexB0427903E1F1F14a2d2f
Octal26010217107637375125557
Binary101100001000010111100101111101111111111101001010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04279; }

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

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

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

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

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

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

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

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