#b04e7b

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

Shades of Royal Heath #B04E7B

Tints of Royal Heath #B04E7B

Color information

#B04E7B (or 0xB04E7B) is unknown color: approx Royal Heath. HEX triplet: B0, 4E and 7B. RGB value is (176,78,123). Sum of RGB (Red+Green+Blue) = 176+78+123=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04E7B is #4FB184. Grayscale: #707070. Windows color (decimal): -5222789 or 8081072. OLE color: 8081072.

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

Color convert

RGB17678123-
CMYK00.560.300.31
HSL332.45º38.58%49.8%-
HSV(B)332.45º55.68%69.02%-
XYZ24.216.1120.57-
YUV112.43133.97173.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.68%
GREEN value IS 78 (30.86% from 255) = 20.69%
BLUE value IS 123 (48.44% from 255) = 32.63%
R=46.68%
G=20.69%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767812300.560.300.31332.4538.5849.8
HexB04E7B0381E1F14c2732
Octal26011617307036375144762
Binary101100001001110111101101110001111011111101001100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b04e7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b04e7b; }

 p { color: rgb(176,78,123); }

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

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

 a { background-color: rgb(176,78,123); }

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

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

 span { border-color: rgb(176,78,123); }

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