#B45170

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

Shades of Royal Heath #B45170

Tints of Royal Heath #B45170

Color information

#B45170 (or 0xB45170) is unknown color: approx Royal Heath. HEX triplet: B4, 51 and 70. RGB value is (180,81,112). Sum of RGB (Red+Green+Blue) = 180+81+112=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B45170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45170 is #4BAE8F. Grayscale: #727272. Windows color (decimal): -4959888 or 7360948. OLE color: 7360948.

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

Color convert

RGB18081112-
CMYK00.550.380.29
HSL341.21º39.76%51.18%-
HSV(B)341.21º55%70.59%-
XYZ24.6916.7617.26-
YUV114.14126.8174.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.26%
GREEN value IS 81 (32.03% from 255) = 21.72%
BLUE value IS 112 (44.14% from 255) = 30.03%
R=48.26%
G=21.72%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808111200.550.380.29341.2139.7651.18
HexB45170037261D1552833
Octal26412116006746355255063
Binary1011010010100011110000011011110011011101101010101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45170; }

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

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

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

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

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

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

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

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