#B04F80

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

Shades of Royal Heath #B04F80

Tints of Royal Heath #B04F80

Color information

#B04F80 (or 0xB04F80) is unknown color: approx Royal Heath. HEX triplet: B0, 4F and 80. RGB value is (176,79,128). Sum of RGB (Red+Green+Blue) = 176+79+128=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B04F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04F80 is #4FB07F. Grayscale: #717171. Windows color (decimal): -5222528 or 8409008. OLE color: 8409008.

HSL color Cylindrical-coordinate representation of color #B04F80: hue angle of 329.69º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B04F80 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB17679128-
CMYK00.550.270.31
HSL329.69º38.04%50%-
HSV(B)329.69º55.11%69.02%-
XYZ24.616.3822.29-
YUV113.59136.14172.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.95%
GREEN value IS 79 (31.25% from 255) = 20.63%
BLUE value IS 128 (50.39% from 255) = 33.42%
R=45.95%
G=20.63%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767912800.550.270.31329.6938.0450
HexB04F800371B1F14a2632
Octal26011720006733375124662
Binary1011000010011111000000001101111101111111101001010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04F80; }

 p { color: rgb(176,79,128); }

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

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

 a { background-color: rgb(176,79,128); }

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

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

 span { border-color: rgb(176,79,128); }

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