Html Css Color HEX #B26024 Fiery Orange

📋 copy color: '#B26024'

red 178 ◦ green 96 ◦ blue 36

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

Shades of Fiery Orange #B26024

Tints of Fiery Orange #B26024

RGB

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

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

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

R = 57.42%
G = 30.97%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B26024 (or 0xB26024) is known color: Fiery Orange. HEX triplet: B2, 60 and 24. RGB value is (178,96,36). Sum of RGB (Red+Green+Blue) = 178+96+36=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 36 (14.45% from 255 or 11.61% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B26024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26024 is #4D9FDB. Grayscale: #717171. Windows color (decimal): -5087196 or 2384050. OLE color: 2384050.

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

Color convert

RGB 178 96 36 -
CMYK 0 0.46 0.80 0.30
HSL 25.35º 0.66% 0.42% -
HSV(B) 25.35º 0.8% 0.7% -
XYZ 22.86 17.96 3.93 -
YUV 113.68 84.17 173.88 -
System Red Green Blue C M Y K H S L
Decimal 178 96 36 0 0.46 0.80 0.30 25.35 0.66 0.42
Hex B2 60 24 0 2E 50 1E 19 42 2A
Octal 262 140 44 0 56 120 36 31 102 52
Binary 10110010 1100000 100100 0 101110 1010000 11110 11001 1000010 101010

Color Harmonies of #B26024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26024

Black with #B26024

Text Example


Text Example

White with #B26024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26024; }

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

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

background-color css

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

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

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

border-color css

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

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

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