#B45B7C

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

Shades of Royal Heath #B45B7C

Tints of Royal Heath #B45B7C

Color information

#B45B7C (or 0xB45B7C) is unknown color: approx Royal Heath. HEX triplet: B4, 5B and 7C. RGB value is (180,91,124). Sum of RGB (Red+Green+Blue) = 180+91+124=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B45B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45B7C is #4BA483. Grayscale: #797979. Windows color (decimal): -4957316 or 8149940. OLE color: 8149940.

HSL color Cylindrical-coordinate representation of color #B45B7C: hue angle of 337.75º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B45B7C is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB18091124-
CMYK00.490.310.29
HSL337.75º37.24%53.14%-
HSV(B)337.75º49.44%70.59%-
XYZ26.218.6421.29-
YUV121.37129.49169.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.57%
GREEN value IS 91 (35.94% from 255) = 23.04%
BLUE value IS 124 (48.83% from 255) = 31.39%
R=45.57%
G=23.04%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809112400.490.310.29337.7537.2453.14
HexB45B7C0311F1D1522535
Octal26413317406137355224565
Binary101101001011011111110001100011111111101101010010100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45B7C; }

 p { color: rgb(180,91,124); }

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

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

 a { background-color: rgb(180,91,124); }

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

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

 span { border-color: rgb(180,91,124); }

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