#B75479

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

Shades of Royal Heath #B75479

Tints of Royal Heath #B75479

Color information

#B75479 (or 0xB75479) is unknown color: approx Royal Heath. HEX triplet: B7, 54 and 79. RGB value is (183,84,121). Sum of RGB (Red+Green+Blue) = 183+84+121=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B75479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75479 is #48AB86. Grayscale: #757575. Windows color (decimal): -4762503 or 7951543. OLE color: 7951543.

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

Color convert

RGB18384121-
CMYK00.540.340.28
HSL337.58º40.74%52.35%-
HSV(B)337.58º54.1%71.76%-
XYZ26.1517.7920.14-
YUV117.82129.8174.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.16%
GREEN value IS 84 (33.20% from 255) = 21.65%
BLUE value IS 121 (47.66% from 255) = 31.19%
R=47.16%
G=21.65%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838412100.540.340.28337.5840.7452.35
HexB75479036221C1522934
Octal26712417106642345225164
Binary1011011110101001111001011011010001011100101010010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75479; }

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

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

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

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

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

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

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

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