#B75576

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

Shades of Royal Heath #B75576

Tints of Royal Heath #B75576

Color information

#B75576 (or 0xB75576) is unknown color: approx Royal Heath. HEX triplet: B7, 55 and 76. RGB value is (183,85,118). Sum of RGB (Red+Green+Blue) = 183+85+118=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B75576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75576 is #48AA89. Grayscale: #767676. Windows color (decimal): -4762250 or 7755191. OLE color: 7755191.

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

Color convert

RGB18385118-
CMYK00.540.360.28
HSL339.8º40.5%52.55%-
HSV(B)339.8º53.55%71.76%-
XYZ26.0517.8719.22-
YUV118.06127.97174.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.41%
GREEN value IS 85 (33.59% from 255) = 22.02%
BLUE value IS 118 (46.48% from 255) = 30.57%
R=47.41%
G=22.02%
B=30.57%

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
Decimal1838511800.540.360.28339.840.552.55
HexB75576036241C1542835
Octal26712516606644345245065
Binary1011011110101011110110011011010010011100101010100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75576; }

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

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

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

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

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

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

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

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