#B9562A

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

Shades of Fiery Orange #B9562A

Tints of Fiery Orange #B9562A

Color information

#B9562A (or 0xB9562A) is unknown color: approx Fiery Orange. HEX triplet: B9, 56 and 2A. RGB value is (185,86,42). Sum of RGB (Red+Green+Blue) = 185+86+42=313 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.11% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 185 - color contains mainly: red. Hex color #B9562A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9562A is #46A9D5. Grayscale: #6E6E6E. Windows color (decimal): -4630998 or 2774713. OLE color: 2774713.

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

Color convert

RGB1858642-
CMYK00.540.770.27
HSL18.46º63%44.51%-
HSV(B)18.46º77.3%72.55%-
XYZ23.7517.144.25-
YUV110.5889.3181.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.11%
GREEN value IS 86 (33.98% from 255) = 27.48%
BLUE value IS 42 (16.80% from 255) = 13.42%
R=59.11%
G=27.48%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185864200.540.770.2718.466344.51
HexB9562A0364D1B123f2d
Octal2711265206611533227755
Binary101110011010110101010011011010011011101110010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9562A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9562A; }

 p { color: rgb(185,86,42); }

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

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

 a { background-color: rgb(185,86,42); }

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

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

 span { border-color: rgb(185,86,42); }

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