#B45A44

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

Shades of Flame Pea #B45A44

Tints of Flame Pea #B45A44

Color information

#B45A44 (or 0xB45A44) is unknown color: approx Flame Pea. HEX triplet: B4, 5A and 44. RGB value is (180,90,68). Sum of RGB (Red+Green+Blue) = 180+90+68=338 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.25% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45A44 is #4BA5BB. Grayscale: #727272. Windows color (decimal): -4957628 or 4479668. OLE color: 4479668.

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

Color convert

RGB1809068-
CMYK00.500.620.29
HSL11.79º45.16%48.63%-
HSV(B)11.79º62.22%70.59%-
XYZ23.5217.437.59-
YUV114.4101.82174.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.25%
GREEN value IS 90 (35.55% from 255) = 26.63%
BLUE value IS 68 (26.95% from 255) = 20.12%
R=53.25%
G=26.63%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180906800.500.620.2911.7945.1648.63
HexB45A440323E1Dc2d31
Octal2641321040627635145561
Binary10110100101101010001000110010111110111011100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45A44; }

 p { color: rgb(180,90,68); }

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

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

 a { background-color: rgb(180,90,68); }

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

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

 span { border-color: rgb(180,90,68); }

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