Html Css Color HEX #B26122 Fiery Orange

📋 copy color: '#B26122'

red 178 ◦ green 97 ◦ blue 34

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

Shades of Fiery Orange #B26122

Tints of Fiery Orange #B26122

RGB

 RED value IS 178 (69.92% from 255) = 57.61%

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

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

R = 57.61%
G = 31.39%
B = 11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B26122 (or 0xB26122) is known color: Fiery Orange. HEX triplet: B2, 61 and 22. RGB value is (178,97,34). Sum of RGB (Red+Green+Blue) = 178+97+34=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 34 (13.67% from 255 or 11.00% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B26122 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26122 is #4D9EDD. Grayscale: #727272. Windows color (decimal): -5086942 or 2253234. OLE color: 2253234.

HSL color Cylindrical-coordinate representation of color #B26122: hue angle of 26.25º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B26122 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 97 34 -
CMYK 0 0.46 0.81 0.30
HSL 26.25º 0.68% 0.42% -
HSV(B) 26.25º 0.81% 0.7% -
XYZ 22.92 18.13 3.8 -
YUV 114.04 82.84 173.62 -
System Red Green Blue C M Y K H S L
Decimal 178 97 34 0 0.46 0.81 0.30 26.25 0.68 0.42
Hex B2 61 22 0 2E 51 1E 1A 44 2A
Octal 262 141 42 0 56 121 36 32 104 52
Binary 10110010 1100001 100010 0 101110 1010001 11110 11010 1000100 101010

Color Harmonies of #B26122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26122

Black with #B26122

Text Example


Text Example

White with #B26122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26122; }

 p { color: rgb(178,97,34); }

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

background-color css

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

 a { background-color: rgb(178,97,34); }

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

border-color css

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

 span { border-color: rgb(178,97,34); }

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