#B75A81

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

Shades of Royal Heath #B75A81

Tints of Royal Heath #B75A81

Color information

#B75A81 (or 0xB75A81) is unknown color: approx Royal Heath. HEX triplet: B7, 5A and 81. RGB value is (183,90,129). Sum of RGB (Red+Green+Blue) = 183+90+129=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75A81 is #48A57E. Grayscale: #7A7A7A. Windows color (decimal): -4760959 or 8477367. OLE color: 8477367.

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

Color convert

RGB18390129-
CMYK00.510.300.28
HSL334.84º39.24%53.53%-
HSV(B)334.84º50.82%71.76%-
XYZ27.1518.9623-
YUV122.25131.81171.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.52%
GREEN value IS 90 (35.55% from 255) = 22.39%
BLUE value IS 129 (50.78% from 255) = 32.09%
R=45.52%
G=22.39%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839012900.510.300.28334.8439.2453.53
HexB75A810331E1C14f2736
Octal26713220106336345174766
Binary1011011110110101000000101100111111011100101001111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75A81; }

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

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

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

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

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

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

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

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