#B45372

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

Shades of Royal Heath #B45372

Tints of Royal Heath #B45372

Color information

#B45372 (or 0xB45372) is unknown color: approx Royal Heath. HEX triplet: B4, 53 and 72. RGB value is (180,83,114). Sum of RGB (Red+Green+Blue) = 180+83+114=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B45372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45372 is #4BAC8D. Grayscale: #737373. Windows color (decimal): -4959374 or 7492532. OLE color: 7492532.

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

Color convert

RGB18083114-
CMYK00.540.370.29
HSL340.82º39.27%51.57%-
HSV(B)340.82º53.89%70.59%-
XYZ24.9517.117.91-
YUV115.54127.14173.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.75%
GREEN value IS 83 (32.81% from 255) = 22.02%
BLUE value IS 114 (44.92% from 255) = 30.24%
R=47.75%
G=22.02%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808311400.540.370.29340.8239.2751.57
HexB45372036251D1552734
Octal26412316206645355254764
Binary1011010010100111110010011011010010111101101010101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45372; }

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

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

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

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

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

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

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

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