#B75B79

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

Shades of Royal Heath #B75B79

Tints of Royal Heath #B75B79

Color information

#B75B79 (or 0xB75B79) is unknown color: approx Royal Heath. HEX triplet: B7, 5B and 79. RGB value is (183,91,121). Sum of RGB (Red+Green+Blue) = 183+91+121=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B75B79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75B79 is #48A486. Grayscale: #797979. Windows color (decimal): -4760711 or 7953335. OLE color: 7953335.

HSL color Cylindrical-coordinate representation of color #B75B79: hue angle of 340.43º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B75B79 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB18391121-
CMYK00.500.340.28
HSL340.43º38.98%53.73%-
HSV(B)340.43º50.27%71.76%-
XYZ26.7218.9320.33-
YUV121.93127.48171.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.33%
GREEN value IS 91 (35.94% from 255) = 23.04%
BLUE value IS 121 (47.66% from 255) = 30.63%
R=46.33%
G=23.04%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839112100.500.340.28340.4338.9853.73
HexB75B79032221C1542736
Octal26713317106242345244766
Binary1011011110110111111001011001010001011100101010100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75B79; }

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

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

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

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

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

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

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

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