#B4553F

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

Shades of Flame Pea #B4553F

Tints of Flame Pea #B4553F

Color information

#B4553F (or 0xB4553F) is unknown color: approx Flame Pea. HEX triplet: B4, 55 and 3F. RGB value is (180,85,63). Sum of RGB (Red+Green+Blue) = 180+85+63=328 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.88% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 180 - color contains mainly: red. Hex color #B4553F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4553F is #4BAAC0. Grayscale: #6F6F6F. Windows color (decimal): -4958913 or 4150708. OLE color: 4150708.

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

Color convert

RGB1808563-
CMYK00.530.650.29
HSL11.28º48.15%47.65%-
HSV(B)11.28º65%70.59%-
XYZ22.9716.566.69-
YUV110.9100.97177.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.88%
GREEN value IS 85 (33.59% from 255) = 25.91%
BLUE value IS 63 (25% from 255) = 19.21%
R=54.88%
G=25.91%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180856300.530.650.2911.2848.1547.65
HexB4553F035411Db3030
Octal2641257706510135136060
Binary10110100101010111111101101011000001111011011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4553F; }

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

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

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

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

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

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

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

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