#B55728

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

Shades of Fiery Orange #B55728

Tints of Fiery Orange #B55728

Color information

#B55728 (or 0xB55728) is unknown color: approx Fiery Orange. HEX triplet: B5, 57 and 28. RGB value is (181,87,40). Sum of RGB (Red+Green+Blue) = 181+87+40=308 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.77% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 181 - color contains mainly: red. Hex color #B55728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55728 is #4AA8D7. Grayscale: #6E6E6E. Windows color (decimal): -4892888 or 2643893. OLE color: 2643893.

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

Color convert

RGB1818740-
CMYK00.520.780.29
HSL20º63.8%43.33%-
HSV(B)20º77.9%70.98%-
XYZ22.8516.794.04-
YUV109.7588.64178.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.77%
GREEN value IS 87 (34.38% from 255) = 28.25%
BLUE value IS 40 (16.02% from 255) = 12.99%
R=58.77%
G=28.25%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181874000.520.780.292063.843.33
HexB557280344E1D14402b
Octal26512750064116352410053
Binary1011010110101111010000110100100111011101101001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55728; }

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

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

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

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

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

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

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

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