Html Css Color HEX #B26022 Fiery Orange

📋 copy color: '#B26022'

red 178 ◦ green 96 ◦ blue 34

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

Shades of Fiery Orange #B26022

Tints of Fiery Orange #B26022

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.17%

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

R = 57.79%
G = 31.17%
B = 11.04%

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

#B26022 (or 0xB26022) is known color: Fiery Orange. HEX triplet: B2, 60 and 22. RGB value is (178,96,34). Sum of RGB (Red+Green+Blue) = 178+96+34=308 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.79% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 34 (13.67% from 255 or 11.04% from 308); Max value from RGB is 178 - color contains mainly: red. Hex color #B26022 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26022 is #4D9FDD. Grayscale: #717171. Windows color (decimal): -5087198 or 2252978. OLE color: 2252978.

HSL color Cylindrical-coordinate representation of color #B26022: hue angle of 25.83º 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 #B26022 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 96 34 -
CMYK 0 0.46 0.81 0.30
HSL 25.83º 0.68% 0.42% -
HSV(B) 25.83º 0.81% 0.7% -
XYZ 22.83 17.95 3.77 -
YUV 113.45 83.17 174.04 -
System Red Green Blue C M Y K H S L
Decimal 178 96 34 0 0.46 0.81 0.30 25.83 0.68 0.42
Hex B2 60 22 0 2E 51 1E 1A 44 2A
Octal 262 140 42 0 56 121 36 32 104 52
Binary 10110010 1100000 100010 0 101110 1010001 11110 11010 1000100 101010

Color Harmonies of #B26022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26022

Black with #B26022

Text Example


Text Example

White with #B26022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26022; }

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

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

background-color css

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

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

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

border-color css

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

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

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