#B45B81

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

Shades of Royal Heath #B45B81

Tints of Royal Heath #B45B81

Color information

#B45B81 (or 0xB45B81) is unknown color: approx Royal Heath. HEX triplet: B4, 5B and 81. RGB value is (180,91,129). Sum of RGB (Red+Green+Blue) = 180+91+129=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B45B81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45B81 is #4BA47E. Grayscale: #797979. Windows color (decimal): -4957311 or 8477620. OLE color: 8477620.

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

Color convert

RGB18091129-
CMYK00.490.280.29
HSL334.38º37.24%53.14%-
HSV(B)334.38º49.44%70.59%-
XYZ26.5318.7722.99-
YUV121.94131.99169.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45%
GREEN value IS 91 (35.94% from 255) = 22.75%
BLUE value IS 129 (50.78% from 255) = 32.25%
R=45%
G=22.75%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809112900.490.280.29334.3837.2453.14
HexB45B810311C1D14e2535
Octal26413320106134355164565
Binary1011010010110111000000101100011110011101101001110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45B81; }

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

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

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

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

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

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

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

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