#B55829

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

Shades of Fiery Orange #B55829

Tints of Fiery Orange #B55829

Color information

#B55829 (or 0xB55829) is unknown color: approx Fiery Orange. HEX triplet: B5, 58 and 29. RGB value is (181,88,41). Sum of RGB (Red+Green+Blue) = 181+88+41=310 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.39% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 181 - color contains mainly: red. Hex color #B55829 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55829 is #4AA7D6. Grayscale: #6E6E6E. Windows color (decimal): -4892631 or 2709685. OLE color: 2709685.

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

Color convert

RGB1818841-
CMYK00.510.770.29
HSL20.14º63.06%43.53%-
HSV(B)20.14º77.35%70.98%-
XYZ22.9516.964.16-
YUV110.4588.81178.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.39%
GREEN value IS 88 (34.77% from 255) = 28.39%
BLUE value IS 41 (16.41% from 255) = 13.23%
R=58.39%
G=28.39%
B=13.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181884100.510.770.2920.1463.0643.53
HexB558290334D1D143f2c
Octal2651305106311535247754
Binary101101011011000101001011001110011011110110100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55829; }

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

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

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

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

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

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

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

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