#B04D82

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

Shades of Royal Heath #B04D82

Tints of Royal Heath #B04D82

Color information

#B04D82 (or 0xB04D82) is unknown color: approx Royal Heath. HEX triplet: B0, 4D and 82. RGB value is (176,77,130). Sum of RGB (Red+Green+Blue) = 176+77+130=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04D82 is #4FB27D. Grayscale: #707070. Windows color (decimal): -5223038 or 8539568. OLE color: 8539568.

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

Color convert

RGB17677130-
CMYK00.560.260.31
HSL327.88º39.13%49.61%-
HSV(B)327.88º56.25%69.02%-
XYZ24.5916.1522.94-
YUV112.64137.8173.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.95%
GREEN value IS 77 (30.47% from 255) = 20.10%
BLUE value IS 130 (51.17% from 255) = 33.94%
R=45.95%
G=20.10%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767713000.560.260.31327.8839.1349.61
HexB04D820381A1F1482732
Octal26011520207032375104762
Binary1011000010011011000001001110001101011111101001000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04D82; }

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

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

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

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

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

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

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

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