Html Css Color HEX #B26126 Fiery Orange

📋 copy color: '#B26126'

red 178 ◦ green 97 ◦ blue 38

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

Shades of Fiery Orange #B26126

Tints of Fiery Orange #B26126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.14%

R = 56.87%
G = 30.99%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B26126 (or 0xB26126) is known color: Fiery Orange. HEX triplet: B2, 61 and 26. RGB value is (178,97,38). Sum of RGB (Red+Green+Blue) = 178+97+38=313 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.87% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 38 (15.23% from 255 or 12.14% from 313); Max value from RGB is 178 - color contains mainly: red. Hex color #B26126 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26126 is #4D9ED9. Grayscale: #727272. Windows color (decimal): -5086938 or 2515378. OLE color: 2515378.

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

Color convert

RGB 178 97 38 -
CMYK 0 0.46 0.79 0.30
HSL 25.29º 0.65% 0.42% -
HSV(B) 25.29º 0.79% 0.7% -
XYZ 22.98 18.15 4.13 -
YUV 114.49 84.84 173.3 -
System Red Green Blue C M Y K H S L
Decimal 178 97 38 0 0.46 0.79 0.30 25.29 0.65 0.42
Hex B2 61 26 0 2E 4F 1E 19 41 2A
Octal 262 141 46 0 56 117 36 31 101 52
Binary 10110010 1100001 100110 0 101110 1001111 11110 11001 1000001 101010

Color Harmonies of #B26126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26126

Black with #B26126

Text Example


Text Example

White with #B26126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26126; }

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

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

background-color css

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

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

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

border-color css

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

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

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