#B75471

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

Shades of Royal Heath #B75471

Tints of Royal Heath #B75471

Color information

#B75471 (or 0xB75471) is unknown color: approx Royal Heath. HEX triplet: B7, 54 and 71. RGB value is (183,84,113). Sum of RGB (Red+Green+Blue) = 183+84+113=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B75471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75471 is #48AB8E. Grayscale: #747474. Windows color (decimal): -4762511 or 7427255. OLE color: 7427255.

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

Color convert

RGB18384113-
CMYK00.540.380.28
HSL342.42º40.74%52.35%-
HSV(B)342.42º54.1%71.76%-
XYZ25.6817.617.67-
YUV116.91125.8175.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.16%
GREEN value IS 84 (33.20% from 255) = 22.11%
BLUE value IS 113 (44.53% from 255) = 29.74%
R=48.16%
G=22.11%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838411300.540.380.28342.4240.7452.35
HexB75471036261C1562934
Octal26712416106646345265164
Binary1011011110101001110001011011010011011100101010110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75471; }

 p { color: rgb(183,84,113); }

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

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

 a { background-color: rgb(183,84,113); }

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

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

 span { border-color: rgb(183,84,113); }

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