#B45740

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

Shades of Flame Pea #B45740

Tints of Flame Pea #B45740

Color information

#B45740 (or 0xB45740) is unknown color: approx Flame Pea. HEX triplet: B4, 57 and 40. RGB value is (180,87,64). Sum of RGB (Red+Green+Blue) = 180+87+64=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B45740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45740 is #4BA8BF. Grayscale: #707070. Windows color (decimal): -4958400 or 4216756. OLE color: 4216756.

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

Color convert

RGB1808764-
CMYK00.520.640.29
HSL11.9º47.54%47.84%-
HSV(B)11.9º64.44%70.59%-
XYZ23.1616.896.89-
YUV112.18100.81176.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.38%
GREEN value IS 87 (34.38% from 255) = 26.28%
BLUE value IS 64 (25.39% from 255) = 19.34%
R=54.38%
G=26.28%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180876400.520.640.2911.947.5447.84
HexB45740034401Dc3030
Octal26412710006410035146060
Binary101101001010111100000001101001000000111011100110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45740; }

 p { color: rgb(180,87,64); }

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

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

 a { background-color: rgb(180,87,64); }

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

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

 span { border-color: rgb(180,87,64); }

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