#B45277

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

Shades of Royal Heath #B45277

Tints of Royal Heath #B45277

Color information

#B45277 (or 0xB45277) is unknown color: approx Royal Heath. HEX triplet: B4, 52 and 77. RGB value is (180,82,119). Sum of RGB (Red+Green+Blue) = 180+82+119=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B45277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45277 is #4BAD88. Grayscale: #737373. Windows color (decimal): -4959625 or 7819956. OLE color: 7819956.

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

Color convert

RGB18082119-
CMYK00.540.340.29
HSL337.35º39.52%51.37%-
HSV(B)337.35º54.44%70.59%-
XYZ25.1717.0719.42-
YUV115.52129.97173.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.24%
GREEN value IS 82 (32.42% from 255) = 21.52%
BLUE value IS 119 (46.88% from 255) = 31.23%
R=47.24%
G=21.52%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808211900.540.340.29337.3539.5251.37
HexB45277036221D1512833
Octal26412216706642355215063
Binary1011010010100101110111011011010001011101101010001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45277; }

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

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

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

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

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

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

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

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