#B45373

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

Shades of Royal Heath #B45373

Tints of Royal Heath #B45373

Color information

#B45373 (or 0xB45373) is unknown color: approx Royal Heath. HEX triplet: B4, 53 and 73. RGB value is (180,83,115). Sum of RGB (Red+Green+Blue) = 180+83+115=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B45373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45373 is #4BAC8C. Grayscale: #737373. Windows color (decimal): -4959373 or 7558068. OLE color: 7558068.

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

Color convert

RGB18083115-
CMYK00.540.360.29
HSL340.21º39.27%51.57%-
HSV(B)340.21º53.89%70.59%-
XYZ25.0117.1318.21-
YUV115.65127.64173.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.62%
GREEN value IS 83 (32.81% from 255) = 21.96%
BLUE value IS 115 (45.31% from 255) = 30.42%
R=47.62%
G=21.96%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808311500.540.360.29340.2139.2751.57
HexB45373036241D1542734
Octal26412316306644355244764
Binary1011010010100111110011011011010010011101101010100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45373; }

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

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

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

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

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

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

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

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