#B75A76

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

Shades of Royal Heath #B75A76

Tints of Royal Heath #B75A76

Color information

#B75A76 (or 0xB75A76) is unknown color: approx Royal Heath. HEX triplet: B7, 5A and 76. RGB value is (183,90,118). Sum of RGB (Red+Green+Blue) = 183+90+118=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75A76 is #48A589. Grayscale: #787878. Windows color (decimal): -4760970 or 7756471. OLE color: 7756471.

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

Color convert

RGB18390118-
CMYK00.510.360.28
HSL341.94º39.24%53.53%-
HSV(B)341.94º50.82%71.76%-
XYZ26.4518.6919.35-
YUV121126.31172.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.80%
GREEN value IS 90 (35.55% from 255) = 23.02%
BLUE value IS 118 (46.48% from 255) = 30.18%
R=46.80%
G=23.02%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839011800.510.360.28341.9439.2453.53
HexB75A76033241C1562736
Octal26713216606344345264766
Binary1011011110110101110110011001110010011100101010110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75A76; }

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

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

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

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

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

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

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

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