#B75476

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

Shades of Royal Heath #B75476

Tints of Royal Heath #B75476

Color information

#B75476 (or 0xB75476) is unknown color: approx Royal Heath. HEX triplet: B7, 54 and 76. RGB value is (183,84,118). Sum of RGB (Red+Green+Blue) = 183+84+118=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B75476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75476 is #48AB89. Grayscale: #757575. Windows color (decimal): -4762506 or 7754935. OLE color: 7754935.

HSL color Cylindrical-coordinate representation of color #B75476: hue angle of 339.39º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B75476 is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB18384118-
CMYK00.540.360.28
HSL339.39º40.74%52.35%-
HSV(B)339.39º54.1%71.76%-
XYZ25.9717.7219.19-
YUV117.48128.3174.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.53%
GREEN value IS 84 (33.20% from 255) = 21.82%
BLUE value IS 118 (46.48% from 255) = 30.65%
R=47.53%
G=21.82%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838411800.540.360.28339.3940.7452.35
HexB75476036241C1532934
Octal26712416606644345235164
Binary1011011110101001110110011011010010011100101010011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75476; }

 p { color: rgb(183,84,118); }

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

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

 a { background-color: rgb(183,84,118); }

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

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

 span { border-color: rgb(183,84,118); }

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