#B75977

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

Shades of Royal Heath #B75977

Tints of Royal Heath #B75977

Color information

#B75977 (or 0xB75977) is unknown color: approx Royal Heath. HEX triplet: B7, 59 and 77. RGB value is (183,89,119). Sum of RGB (Red+Green+Blue) = 183+89+119=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 183 - color contains mainly: red. Hex color #B75977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75977 is #48A688. Grayscale: #787878. Windows color (decimal): -4761225 or 7821751. OLE color: 7821751.

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

Color convert

RGB18389119-
CMYK00.510.350.28
HSL340.85º39.5%53.33%-
HSV(B)340.85º51.37%71.76%-
XYZ26.4318.5419.64-
YUV120.53127.14172.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.80%
GREEN value IS 89 (35.16% from 255) = 22.76%
BLUE value IS 119 (46.88% from 255) = 30.43%
R=46.80%
G=22.76%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838911900.510.350.28340.8539.553.33
HexB75977033231C1552735
Octal26713116706343345254765
Binary1011011110110011110111011001110001111100101010101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75977; }

 p { color: rgb(183,89,119); }

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

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

 a { background-color: rgb(183,89,119); }

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

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

 span { border-color: rgb(183,89,119); }

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