Html Css Color HEX #B16124 Fiery Orange

📋 copy color: '#B16124'

red 177 ◦ green 97 ◦ blue 36

#B16124
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiery Orange #B16124

Tints of Fiery Orange #B16124

RGB

 RED value IS 177 (69.53% from 255) = 57.1%

 GREEN value IS 97 (38.28% from 255) = 31.29%

 BLUE value IS 36 (14.45% from 255) = 11.61%

R = 57.1%
G = 31.29%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B16124 (or 0xB16124) is known color: Fiery Orange. HEX triplet: B1, 61 and 24. RGB value is (177,97,36). Sum of RGB (Red+Green+Blue) = 177+97+36=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 36 (14.45% from 255 or 11.61% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B16124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16124 is #4E9EDB. Grayscale: #727272. Windows color (decimal): -5152476 or 2384305. OLE color: 2384305.

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

Color convert

RGB 177 97 36 -
CMYK 0 0.45 0.80 0.31
HSL 25.96º 0.66% 0.42% -
HSV(B) 25.96º 0.8% 0.69% -
XYZ 22.72 18.02 3.95 -
YUV 113.97 84 172.96 -
System Red Green Blue C M Y K H S L
Decimal 177 97 36 0 0.45 0.80 0.31 25.96 0.66 0.42
Hex B1 61 24 0 2D 50 1F 1A 42 2A
Octal 261 141 44 0 55 120 37 32 102 52
Binary 10110001 1100001 100100 0 101101 1010000 11111 11010 1000010 101010

Color Harmonies of #B16124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16124

Black with #B16124

Text Example


Text Example

White with #B16124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16124; }

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

 H1.HeaderClassName
 {
   color: #B16124;
 }
 .AnyTagClassName
 {
   color: #B16124;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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