#B04D7F

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

Shades of Royal Heath #B04D7F

Tints of Royal Heath #B04D7F

Color information

#B04D7F (or 0xB04D7F) is unknown color: approx Royal Heath. HEX triplet: B0, 4D and 7F. RGB value is (176,77,127). Sum of RGB (Red+Green+Blue) = 176+77+127=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04D7F is #4FB280. Grayscale: #707070. Windows color (decimal): -5223041 or 8342960. OLE color: 8342960.

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

Color convert

RGB17677127-
CMYK00.560.280.31
HSL329.7º39.13%49.61%-
HSV(B)329.7º56.25%69.02%-
XYZ24.3916.0721.9-
YUV112.3136.3173.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.32%
GREEN value IS 77 (30.47% from 255) = 20.26%
BLUE value IS 127 (50% from 255) = 33.42%
R=46.32%
G=20.26%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767712700.560.280.31329.739.1349.61
HexB04D7F0381C1F14a2732
Octal26011517707034375124762
Binary101100001001101111111101110001110011111101001010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04D7F; }

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

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

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

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

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

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

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

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