#B45270

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

Shades of Royal Heath #B45270

Tints of Royal Heath #B45270

Color information

#B45270 (or 0xB45270) is unknown color: approx Royal Heath. HEX triplet: B4, 52 and 70. RGB value is (180,82,112). Sum of RGB (Red+Green+Blue) = 180+82+112=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B45270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45270 is #4BAD8F. Grayscale: #727272. Windows color (decimal): -4959632 or 7361204. OLE color: 7361204.

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

Color convert

RGB18082112-
CMYK00.540.380.29
HSL341.63º39.52%51.37%-
HSV(B)341.63º54.44%70.59%-
XYZ24.7616.9117.29-
YUV114.72126.47174.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.13%
GREEN value IS 82 (32.42% from 255) = 21.93%
BLUE value IS 112 (44.14% from 255) = 29.95%
R=48.13%
G=21.93%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808211200.540.380.29341.6339.5251.37
HexB45270036261D1562833
Octal26412216006646355265063
Binary1011010010100101110000011011010011011101101010110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45270; }

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

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

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

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

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

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

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

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