Html Css Color HEX #B26211 Golden Brown

📋 copy color: '#B26211'

red 178 ◦ green 98 ◦ blue 17

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

Shades of Golden Brown #B26211

Tints of Golden Brown #B26211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.8%

R = 60.75%
G = 33.45%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B26211 (or 0xB26211) is known color: Golden Brown. HEX triplet: B2, 62 and 11. RGB value is (178,98,17). Sum of RGB (Red+Green+Blue) = 178+98+17=293 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.75% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 178 - color contains mainly: red. Hex color #B26211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26211 is #4D9DEE. Grayscale: #717171. Windows color (decimal): -5086703 or 1139378. OLE color: 1139378.

HSL color Cylindrical-coordinate representation of color #B26211: hue angle of 30.19º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B26211 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 98 17 -
CMYK 0 0.45 0.90 0.30
HSL 30.19º 0.83% 0.38% -
HSV(B) 30.19º 0.9% 0.7% -
XYZ 22.83 18.24 2.85 -
YUV 112.69 74 174.59 -
System Red Green Blue C M Y K H S L
Decimal 178 98 17 0 0.45 0.90 0.30 30.19 0.83 0.38
Hex B2 62 11 0 2D 5A 1E 1E 53 26
Octal 262 142 21 0 55 132 36 36 123 46
Binary 10110010 1100010 10001 0 101101 1011010 11110 11110 1010011 100110

Color Harmonies of #B26211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26211

Black with #B26211

Text Example


Text Example

White with #B26211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26211; }

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

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

background-color css

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

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

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

border-color css

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

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

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