Html Css Color HEX #B16222 Fiery Orange

📋 copy color: '#B16222'

red 177 ◦ green 98 ◦ blue 34

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

Shades of Fiery Orange #B16222

Tints of Fiery Orange #B16222

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.72%

 BLUE value IS 34 (13.67% from 255) = 11%

R = 57.28%
G = 31.72%
B = 11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B16222 (or 0xB16222) is known color: Fiery Orange. HEX triplet: B1, 62 and 22. RGB value is (177,98,34). Sum of RGB (Red+Green+Blue) = 177+98+34=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 34 (13.67% from 255 or 11.00% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B16222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16222 is #4E9DDD. Grayscale: #727272. Windows color (decimal): -5152222 or 2253489. OLE color: 2253489.

HSL color Cylindrical-coordinate representation of color #B16222: hue angle of 26.85º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B16222 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 98 34 -
CMYK 0 0.45 0.81 0.31
HSL 26.85º 0.68% 0.41% -
HSV(B) 26.85º 0.81% 0.69% -
XYZ 22.79 18.2 3.82 -
YUV 114.33 82.67 172.7 -
System Red Green Blue C M Y K H S L
Decimal 177 98 34 0 0.45 0.81 0.31 26.85 0.68 0.41
Hex B1 62 22 0 2D 51 1F 1B 44 29
Octal 261 142 42 0 55 121 37 33 104 51
Binary 10110001 1100010 100010 0 101101 1010001 11111 11011 1000100 101001

Color Harmonies of #B16222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16222

Black with #B16222

Text Example


Text Example

White with #B16222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16222; }

 p { color: rgb(177,98,34); }

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

background-color css

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

 a { background-color: rgb(177,98,34); }

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

border-color css

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

 span { border-color: rgb(177,98,34); }

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