#B75A83

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

Shades of Royal Heath #B75A83

Tints of Royal Heath #B75A83

Color information

#B75A83 (or 0xB75A83) is unknown color: approx Royal Heath. HEX triplet: B7, 5A and 83. RGB value is (183,90,131). Sum of RGB (Red+Green+Blue) = 183+90+131=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75A83 is #48A57C. Grayscale: #7A7A7A. Windows color (decimal): -4760957 or 8608439. OLE color: 8608439.

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

Color convert

RGB18390131-
CMYK00.510.280.28
HSL333.55º39.24%53.53%-
HSV(B)333.55º50.82%71.76%-
XYZ27.2819.0223.71-
YUV122.48132.81171.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.30%
GREEN value IS 90 (35.55% from 255) = 22.28%
BLUE value IS 131 (51.56% from 255) = 32.43%
R=45.30%
G=22.28%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839013100.510.280.28333.5539.2453.53
HexB75A830331C1C14e2736
Octal26713220306334345164766
Binary1011011110110101000001101100111110011100101001110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75A83; }

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

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

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

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

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

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

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

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