#b55b28

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

Shades of Fiery Orange #B55B28

Tints of Fiery Orange #B55B28

Color information

#B55B28 (or 0xB55B28) is unknown color: approx Fiery Orange. HEX triplet: B5, 5B and 28. RGB value is (181,91,40). Sum of RGB (Red+Green+Blue) = 181+91+40=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55B28 is #4AA4D7. Grayscale: #707070. Windows color (decimal): -4891864 or 2644917. OLE color: 2644917.

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

Color convert

RGB1819140-
CMYK00.500.780.29
HSL21.7º63.8%43.33%-
HSV(B)21.7º77.9%70.98%-
XYZ23.1817.464.16-
YUV112.187.32177.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.01%
GREEN value IS 91 (35.94% from 255) = 29.17%
BLUE value IS 40 (16.02% from 255) = 12.82%
R=58.01%
G=29.17%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181914000.500.780.2921.763.843.33
HexB55B280324E1D16402b
Octal26513350062116352610053
Binary1011010110110111010000110010100111011101101101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b55b28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b55b28; }

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

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

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

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

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

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

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

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