#B45173

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

Shades of Royal Heath #B45173

Tints of Royal Heath #B45173

Color information

#B45173 (or 0xB45173) is unknown color: approx Royal Heath. HEX triplet: B4, 51 and 73. RGB value is (180,81,115). Sum of RGB (Red+Green+Blue) = 180+81+115=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B45173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45173 is #4BAE8C. Grayscale: #727272. Windows color (decimal): -4959885 or 7557556. OLE color: 7557556.

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

Color convert

RGB18081115-
CMYK00.550.360.29
HSL339.39º39.76%51.18%-
HSV(B)339.39º55%70.59%-
XYZ24.8616.8318.16-
YUV114.48128.3174.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.87%
GREEN value IS 81 (32.03% from 255) = 21.54%
BLUE value IS 115 (45.31% from 255) = 30.59%
R=47.87%
G=21.54%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808111500.550.360.29339.3939.7651.18
HexB45173037241D1532833
Octal26412116306744355235063
Binary1011010010100011110011011011110010011101101010011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45173; }

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

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

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

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

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

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

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

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