#B04D71

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

Shades of Royal Heath #B04D71

Tints of Royal Heath #B04D71

Color information

#B04D71 (or 0xB04D71) is unknown color: approx Royal Heath. HEX triplet: B0, 4D and 71. RGB value is (176,77,113). Sum of RGB (Red+Green+Blue) = 176+77+113=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04D71 is #4FB28E. Grayscale: #6E6E6E. Windows color (decimal): -5223055 or 7425456. OLE color: 7425456.

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

Color convert

RGB17677113-
CMYK00.560.360.31
HSL338.18º39.13%49.61%-
HSV(B)338.18º56.25%69.02%-
XYZ23.5415.7317.42-
YUV110.7129.3174.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.09%
GREEN value IS 77 (30.47% from 255) = 21.04%
BLUE value IS 113 (44.53% from 255) = 30.87%
R=48.09%
G=21.04%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767711300.560.360.31338.1839.1349.61
HexB04D71038241F1522732
Octal26011516107044375224762
Binary1011000010011011110001011100010010011111101010010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04D71; }

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

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

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

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

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

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

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

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