#B45540

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

Shades of Flame Pea #B45540

Tints of Flame Pea #B45540

Color information

#B45540 (or 0xB45540) is unknown color: approx Flame Pea. HEX triplet: B4, 55 and 40. RGB value is (180,85,64). Sum of RGB (Red+Green+Blue) = 180+85+64=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B45540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45540 is #4BAABF. Grayscale: #6F6F6F. Windows color (decimal): -4958912 or 4216244. OLE color: 4216244.

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

Color convert

RGB1808564-
CMYK00.530.640.29
HSL10.86º47.54%47.84%-
HSV(B)10.86º64.44%70.59%-
XYZ2316.576.84-
YUV111.01101.47177.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.71%
GREEN value IS 85 (33.59% from 255) = 25.84%
BLUE value IS 64 (25.39% from 255) = 19.45%
R=54.71%
G=25.84%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180856400.530.640.2910.8647.5447.84
HexB45540035401Db3030
Octal26412510006510035136060
Binary101101001010101100000001101011000000111011011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45540; }

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

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

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

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

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

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

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

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