#B9522F

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

Shades of Fiery Orange #B9522F

Tints of Fiery Orange #B9522F

Color information

#B9522F (or 0xB9522F) is unknown color: approx Fiery Orange. HEX triplet: B9, 52 and 2F. RGB value is (185,82,47). Sum of RGB (Red+Green+Blue) = 185+82+47=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B9522F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9522F is #46ADD0. Grayscale: #6D6D6D. Windows color (decimal): -4632017 or 3101369. OLE color: 3101369.

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

Color convert

RGB1858247-
CMYK00.560.750.27
HSL15.22º59.48%45.49%-
HSV(B)15.22º74.59%72.55%-
XYZ23.5416.554.64-
YUV108.8193.12182.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.92%
GREEN value IS 82 (32.42% from 255) = 26.11%
BLUE value IS 47 (18.75% from 255) = 14.97%
R=58.92%
G=26.11%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185824700.560.750.2715.2259.4845.49
HexB9522F0384B1Bf3b2d
Octal2711225707011333177355
Binary10111001101001010111101110001001011110111111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9522F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9522F; }

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

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

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

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

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

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

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

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