#B45E77

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

Shades of Royal Heath #B45E77

Tints of Royal Heath #B45E77

Color information

#B45E77 (or 0xB45E77) is unknown color: approx Royal Heath. HEX triplet: B4, 5E and 77. RGB value is (180,94,119). Sum of RGB (Red+Green+Blue) = 180+94+119=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B45E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45E77 is #4BA188. Grayscale: #7A7A7A. Windows color (decimal): -4956553 or 7823028. OLE color: 7823028.

HSL color Cylindrical-coordinate representation of color #B45E77: hue angle of 342.56º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B45E77 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB18094119-
CMYK00.480.340.29
HSL342.56º36.44%53.73%-
HSV(B)342.56º47.78%70.59%-
XYZ26.1519.0419.75-
YUV122.56125.99168.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.80%
GREEN value IS 94 (37.11% from 255) = 23.92%
BLUE value IS 119 (46.88% from 255) = 30.28%
R=45.80%
G=23.92%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809411900.480.340.29342.5636.4453.73
HexB45E77030221D1572436
Octal26413616706042355274466
Binary1011010010111101110111011000010001011101101010111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45E77; }

 p { color: rgb(180,94,119); }

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

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

 a { background-color: rgb(180,94,119); }

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

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

 span { border-color: rgb(180,94,119); }

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