#b9521f

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

Shades of Fiery Orange #B9521F

Tints of Fiery Orange #B9521F

Color information

#B9521F (or 0xB9521F) is unknown color: approx Fiery Orange. HEX triplet: B9, 52 and 1F. RGB value is (185,82,31). Sum of RGB (Red+Green+Blue) = 185+82+31=298 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.08% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 185 - color contains mainly: red. Hex color #B9521F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9521F is #46ADE0. Grayscale: #6B6B6B. Windows color (decimal): -4632033 or 2052793. OLE color: 2052793.

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

Color convert

RGB1858231-
CMYK00.560.830.27
HSL19.87º71.3%42.35%-
HSV(B)19.87º83.24%72.55%-
XYZ23.2716.453.24-
YUV106.9885.12183.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.08%
GREEN value IS 82 (32.42% from 255) = 27.52%
BLUE value IS 31 (12.5% from 255) = 10.40%
R=62.08%
G=27.52%
B=10.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185823100.560.830.2719.8771.342.35
HexB9521F038531B14472a
Octal27112237070123332410752
Binary101110011010010111110111000101001111011101001000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9521f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9521f; }

 p { color: rgb(185,82,31); }

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

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

 a { background-color: rgb(185,82,31); }

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

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

 span { border-color: rgb(185,82,31); }

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