#B45C81

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

Shades of Royal Heath #B45C81

Tints of Royal Heath #B45C81

Color information

#B45C81 (or 0xB45C81) is unknown color: approx Royal Heath. HEX triplet: B4, 5C and 81. RGB value is (180,92,129). Sum of RGB (Red+Green+Blue) = 180+92+129=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45C81 is #4BA37E. Grayscale: #7A7A7A. Windows color (decimal): -4957055 or 8477876. OLE color: 8477876.

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

Color convert

RGB18092129-
CMYK00.490.280.29
HSL334.77º36.97%53.33%-
HSV(B)334.77º48.89%70.59%-
XYZ26.6118.9423.02-
YUV122.53131.65168.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.89%
GREEN value IS 92 (36.33% from 255) = 22.94%
BLUE value IS 129 (50.78% from 255) = 32.17%
R=44.89%
G=22.94%
B=32.17%

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
Decimal1809212900.490.280.29334.7736.9753.33
HexB45C810311C1D14f2535
Octal26413420106134355174565
Binary1011010010111001000000101100011110011101101001111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45C81; }

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

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

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

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

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

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

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

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