#B75677

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

Shades of Royal Heath #B75677

Tints of Royal Heath #B75677

Color information

#B75677 (or 0xB75677) is unknown color: approx Royal Heath. HEX triplet: B7, 56 and 77. RGB value is (183,86,119). Sum of RGB (Red+Green+Blue) = 183+86+119=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B75677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75677 is #48A988. Grayscale: #767676. Windows color (decimal): -4761993 or 7820983. OLE color: 7820983.

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

Color convert

RGB18386119-
CMYK00.530.350.28
HSL339.59º40.25%52.75%-
HSV(B)339.59º53.01%71.76%-
XYZ26.1918.0519.56-
YUV118.76128.14173.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.16%
GREEN value IS 86 (33.98% from 255) = 22.16%
BLUE value IS 119 (46.88% from 255) = 30.67%
R=47.16%
G=22.16%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838611900.530.350.28339.5940.2552.75
HexB75677035231C1542835
Octal26712616706543345245065
Binary1011011110101101110111011010110001111100101010100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75677; }

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

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

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

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

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

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

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

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