#B55A29

Color #B55A29 Fiery Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiery Orange #B55A29

Tints of Fiery Orange #B55A29

Color information

#B55A29 (or 0xB55A29) is unknown color: approx Fiery Orange. HEX triplet: B5, 5A and 29. RGB value is (181,90,41). Sum of RGB (Red+Green+Blue) = 181+90+41=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55A29 is #4AA5D6. Grayscale: #6F6F6F. Windows color (decimal): -4892119 or 2710197. OLE color: 2710197.

HSL color Cylindrical-coordinate representation of color #B55A29: hue angle of 21º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B55A29 is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB1819041-
CMYK00.500.770.29
HSL21º63.06%43.53%-
HSV(B)21º77.35%70.98%-
XYZ23.1117.34.22-
YUV111.6288.15177.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.01%
GREEN value IS 90 (35.55% from 255) = 28.85%
BLUE value IS 41 (16.41% from 255) = 13.14%
R=58.01%
G=28.85%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181904100.500.770.292163.0643.53
HexB55A290324D1D153f2c
Octal2651325106211535257754
Binary101101011011010101001011001010011011110110101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55A29; }

 p { color: rgb(181,90,41); }

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

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

 a { background-color: rgb(181,90,41); }

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

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

 span { border-color: rgb(181,90,41); }

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