#b9571c

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

Shades of Fiery Orange #B9571C

Tints of Fiery Orange #B9571C

Color information

#B9571C (or 0xB9571C) is unknown color: approx Fiery Orange. HEX triplet: B9, 57 and 1C. RGB value is (185,87,28). Sum of RGB (Red+Green+Blue) = 185+87+28=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 28 (11.33% from 255 or 9.33% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B9571C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9571C is #46A8E3. Grayscale: #6D6D6D. Windows color (decimal): -4630756 or 1857465. OLE color: 1857465.

HSL color Cylindrical-coordinate representation of color #B9571C: hue angle of 22.55º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9571C is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB1858728-
CMYK00.530.850.27
HSL22.55º73.71%41.76%-
HSV(B)22.55º84.86%72.55%-
XYZ23.6317.213.18-
YUV109.5881.97181.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 61.67%
GREEN value IS 87 (34.38% from 255) = 29%
BLUE value IS 28 (11.33% from 255) = 9.33%
R=61.67%
G=29%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185872800.530.850.2722.5573.7141.76
HexB9571C035551B174a2a
Octal27112734065125332711252
Binary101110011010111111000110101101010111011101111001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9571c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9571c; }

 p { color: rgb(185,87,28); }

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

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

 a { background-color: rgb(185,87,28); }

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

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

 span { border-color: rgb(185,87,28); }

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