#B5573E

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

Shades of Flame Pea #B5573E

Tints of Flame Pea #B5573E

Color information

#B5573E (or 0xB5573E) is unknown color: approx Flame Pea. HEX triplet: B5, 57 and 3E. RGB value is (181,87,62). Sum of RGB (Red+Green+Blue) = 181+87+62=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B5573E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5573E is #4AA8C1. Grayscale: #707070. Windows color (decimal): -4892866 or 4085685. OLE color: 4085685.

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

Color convert

RGB1818762-
CMYK00.520.660.29
HSL12.61º48.97%47.65%-
HSV(B)12.61º65.75%70.98%-
XYZ23.3316.996.61-
YUV112.2699.64177.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.85%
GREEN value IS 87 (34.38% from 255) = 26.36%
BLUE value IS 62 (24.61% from 255) = 18.79%
R=54.85%
G=26.36%
B=18.79%

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
Decimal181876200.520.660.2912.6148.9747.65
HexB5573E034421Dd3130
Octal2651277606410235156160
Binary10110101101011111111001101001000010111011101110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5573E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5573E; }

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

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

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

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

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

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

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

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