#B06024

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

Shades of Fiery Orange #B06024

Tints of Fiery Orange #B06024

Color information

#B06024 (or 0xB06024) is unknown color: approx Fiery Orange. HEX triplet: B0, 60 and 24. RGB value is (176,96,36). Sum of RGB (Red+Green+Blue) = 176+96+36=308 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.14% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 36 (14.45% from 255 or 11.69% from 308); Max value from RGB is 176 - color contains mainly: red. Hex color #B06024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06024 is #4F9FDB. Grayscale: #717171. Windows color (decimal): -5218268 or 2384048. OLE color: 2384048.

HSL color Cylindrical-coordinate representation of color #B06024: hue angle of 25.71º 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 #B06024 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB1769636-
CMYK00.450.800.31
HSL25.71º66.04%41.57%-
HSV(B)25.71º79.55%69.02%-
XYZ22.4117.723.91-
YUV113.0884.5172.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.14%
GREEN value IS 96 (37.89% from 255) = 31.17%
BLUE value IS 36 (14.45% from 255) = 11.69%
R=57.14%
G=31.17%
B=11.69%

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
Decimal176963600.450.800.3125.7166.0441.57
HexB0602402D501F1a422a
Octal26014044055120373210252
Binary1011000011000001001000101101101000011111110101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06024; }

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

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

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

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

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

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

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

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