#B45C53

Color #B45C53 Flame Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Pea #B45C53

Tints of Flame Pea #B45C53

Color information

#B45C53 (or 0xB45C53) is unknown color: approx Flame Pea. HEX triplet: B4, 5C and 53. RGB value is (180,92,83). Sum of RGB (Red+Green+Blue) = 180+92+83=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45C53 is #4BA3AC. Grayscale: #757575. Windows color (decimal): -4957101 or 5463220. OLE color: 5463220.

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

Color convert

RGB1809283-
CMYK00.490.540.29
HSL5.57º39.27%51.57%-
HSV(B)5.57º53.89%70.59%-
XYZ24.2117.9810.38-
YUV117.29108.65172.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.70%
GREEN value IS 92 (36.33% from 255) = 25.92%
BLUE value IS 83 (32.81% from 255) = 23.38%
R=50.70%
G=25.92%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180928300.490.540.295.5739.2751.57
HexB45C53031361D62734
Octal264134123061663564764
Binary1011010010111001010011011000111011011101110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45C53; }

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

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

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

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

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

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

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

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