Html Css Color HEX #B26224 Fiery Orange

📋 copy color: '#B26224'

red 178 ◦ green 98 ◦ blue 36

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

Shades of Fiery Orange #B26224

Tints of Fiery Orange #B26224

RGB

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

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

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

R = 57.05%
G = 31.41%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B26224 (or 0xB26224) is known color: Fiery Orange. HEX triplet: B2, 62 and 24. RGB value is (178,98,36). Sum of RGB (Red+Green+Blue) = 178+98+36=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 36 (14.45% from 255 or 11.54% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B26224 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26224 is #4D9DDB. Grayscale: #737373. Windows color (decimal): -5086684 or 2384562. OLE color: 2384562.

HSL color Cylindrical-coordinate representation of color #B26224: hue angle of 26.2º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B26224 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 98 36 -
CMYK 0 0.45 0.80 0.30
HSL 26.2º 0.66% 0.42% -
HSV(B) 26.2º 0.8% 0.7% -
XYZ 23.05 18.33 3.99 -
YUV 114.85 83.5 173.04 -
System Red Green Blue C M Y K H S L
Decimal 178 98 36 0 0.45 0.80 0.30 26.2 0.66 0.42
Hex B2 62 24 0 2D 50 1E 1A 42 2A
Octal 262 142 44 0 55 120 36 32 102 52
Binary 10110010 1100010 100100 0 101101 1010000 11110 11010 1000010 101010

Color Harmonies of #B26224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26224

Black with #B26224

Text Example


Text Example

White with #B26224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26224; }

 p { color: rgb(178,98,36); }

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

background-color css

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

 a { background-color: rgb(178,98,36); }

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

border-color css

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

 span { border-color: rgb(178,98,36); }

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