#B45C4A

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

Shades of Flame Pea #B45C4A

Tints of Flame Pea #B45C4A

Color information

#B45C4A (or 0xB45C4A) is unknown color: approx Flame Pea. HEX triplet: B4, 5C and 4A. RGB value is (180,92,74). Sum of RGB (Red+Green+Blue) = 180+92+74=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45C4A is #4BA3B5. Grayscale: #747474. Windows color (decimal): -4957110 or 4873396. OLE color: 4873396.

HSL color Cylindrical-coordinate representation of color #B45C4A: hue angle of 10.19º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B45C4A is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB1809274-
CMYK00.490.590.29
HSL10.19º41.73%49.8%-
HSV(B)10.19º58.89%70.59%-
XYZ23.8917.858.67-
YUV116.26104.15173.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.02%
GREEN value IS 92 (36.33% from 255) = 26.59%
BLUE value IS 74 (29.30% from 255) = 21.39%
R=52.02%
G=26.59%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180927400.490.590.2910.1941.7349.8
HexB45C4A0313B1Da2a32
Octal2641341120617335125262
Binary10110100101110010010100110001111011111011010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45C4A; }

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

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

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

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

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

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

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

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