#B4573E

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

Shades of Flame Pea #B4573E

Tints of Flame Pea #B4573E

Color information

#B4573E (or 0xB4573E) is unknown color: approx Flame Pea. HEX triplet: B4, 57 and 3E. RGB value is (180,87,62). Sum of RGB (Red+Green+Blue) = 180+87+62=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B4573E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4573E is #4BA8C1. Grayscale: #707070. Windows color (decimal): -4958402 or 4085684. OLE color: 4085684.

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

Color convert

RGB1808762-
CMYK00.520.660.29
HSL12.71º48.76%47.45%-
HSV(B)12.71º65.56%70.59%-
XYZ23.116.876.6-
YUV111.9699.81176.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.71%
GREEN value IS 87 (34.38% from 255) = 26.44%
BLUE value IS 62 (24.61% from 255) = 18.84%
R=54.71%
G=26.44%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180876200.520.660.2912.7148.7647.45
HexB4573E034421Dd312f
Octal2641277606410235156157
Binary10110100101011111111001101001000010111011101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4573E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4573E; }

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

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

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

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

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

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

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

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