Html Css Color HEX #B26018 Fiery Orange

📋 copy color: '#B26018'

red 178 ◦ green 96 ◦ blue 24

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

Shades of Fiery Orange #B26018

Tints of Fiery Orange #B26018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.05%

R = 59.73%
G = 32.21%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B26018 (or 0xB26018) is known color: Fiery Orange. HEX triplet: B2, 60 and 18. RGB value is (178,96,24). Sum of RGB (Red+Green+Blue) = 178+96+24=298 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.73% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 24 (9.77% from 255 or 8.05% from 298); Max value from RGB is 178 - color contains mainly: red. Hex color #B26018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26018 is #4D9FE7. Grayscale: #707070. Windows color (decimal): -5087208 or 1597618. OLE color: 1597618.

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

Color convert

RGB 178 96 24 -
CMYK 0 0.46 0.87 0.30
HSL 28.05º 0.76% 0.4% -
HSV(B) 28.05º 0.87% 0.7% -
XYZ 22.71 17.9 3.12 -
YUV 112.31 78.17 174.85 -
System Red Green Blue C M Y K H S L
Decimal 178 96 24 0 0.46 0.87 0.30 28.05 0.76 0.4
Hex B2 60 18 0 2E 57 1E 1C 4C 28
Octal 262 140 30 0 56 127 36 34 114 50
Binary 10110010 1100000 11000 0 101110 1010111 11110 11100 1001100 101000

Color Harmonies of #B26018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26018

Black with #B26018

Text Example


Text Example

White with #B26018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26018; }

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

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

background-color css

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

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

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

border-color css

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

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

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