#B4573F

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

Shades of Flame Pea #B4573F

Tints of Flame Pea #B4573F

Color information

#B4573F (or 0xB4573F) is unknown color: approx Flame Pea. HEX triplet: B4, 57 and 3F. RGB value is (180,87,63). Sum of RGB (Red+Green+Blue) = 180+87+63=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B4573F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4573F is #4BA8C0. Grayscale: #707070. Windows color (decimal): -4958401 or 4151220. OLE color: 4151220.

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

Color convert

RGB1808763-
CMYK00.520.650.29
HSL12.31º48.15%47.65%-
HSV(B)12.31º65%70.59%-
XYZ23.1316.886.74-
YUV112.07100.31176.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.55%
GREEN value IS 87 (34.38% from 255) = 26.36%
BLUE value IS 63 (25% from 255) = 19.09%
R=54.55%
G=26.36%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180876300.520.650.2912.3148.1547.65
HexB4573F034411Dc3030
Octal2641277706410135146060
Binary10110100101011111111101101001000001111011100110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4573F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4573F; }

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

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

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

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

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

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

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

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