#B55927

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

Shades of Fiery Orange #B55927

Tints of Fiery Orange #B55927

Color information

#B55927 (or 0xB55927) is unknown color: approx Fiery Orange. HEX triplet: B5, 59 and 27. RGB value is (181,89,39). Sum of RGB (Red+Green+Blue) = 181+89+39=309 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.58% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 181 - color contains mainly: red. Hex color #B55927 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55927 is #4AA6D8. Grayscale: #6F6F6F. Windows color (decimal): -4892377 or 2578869. OLE color: 2578869.

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

Color convert

RGB1818939-
CMYK00.510.780.29
HSL21.13º64.55%43.14%-
HSV(B)21.13º78.45%70.98%-
XYZ22.9917.114.01-
YUV110.8187.48178.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.58%
GREEN value IS 89 (35.16% from 255) = 28.80%
BLUE value IS 39 (15.62% from 255) = 12.62%
R=58.58%
G=28.80%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181893900.510.780.2921.1364.5543.14
HexB559270334E1D15412b
Octal26513147063116352510153
Binary1011010110110011001110110011100111011101101011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55927; }

 p { color: rgb(181,89,39); }

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

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

 a { background-color: rgb(181,89,39); }

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

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

 span { border-color: rgb(181,89,39); }

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