#B06124

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

Shades of Fiery Orange #B06124

Tints of Fiery Orange #B06124

Color information

#B06124 (or 0xB06124) is unknown color: approx Fiery Orange. HEX triplet: B0, 61 and 24. RGB value is (176,97,36). Sum of RGB (Red+Green+Blue) = 176+97+36=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 36 (14.45% from 255 or 11.65% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B06124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06124 is #4F9EDB. Grayscale: #717171. Windows color (decimal): -5218012 or 2384304. OLE color: 2384304.

HSL color Cylindrical-coordinate representation of color #B06124: hue angle of 26.14º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B06124 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB1769736-
CMYK00.450.800.31
HSL26.14º66.04%41.57%-
HSV(B)26.14º79.55%69.02%-
XYZ22.517.913.94-
YUV113.6784.17172.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.96%
GREEN value IS 97 (38.28% from 255) = 31.39%
BLUE value IS 36 (14.45% from 255) = 11.65%
R=56.96%
G=31.39%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176973600.450.800.3126.1466.0441.57
HexB0612402D501F1a422a
Octal26014144055120373210252
Binary1011000011000011001000101101101000011111110101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06124; }

 p { color: rgb(176,97,36); }

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

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

 a { background-color: rgb(176,97,36); }

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

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

 span { border-color: rgb(176,97,36); }

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