Html Css Color HEX #B26811 Golden Brown

📋 copy color: '#B26811'

red 178 ◦ green 104 ◦ blue 17

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

Shades of Golden Brown #B26811

Tints of Golden Brown #B26811

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.78%

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

R = 59.53%
G = 34.78%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B26811 (or 0xB26811) is known color: Golden Brown. HEX triplet: B2, 68 and 11. RGB value is (178,104,17). Sum of RGB (Red+Green+Blue) = 178+104+17=299 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.53% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 17 (7.03% from 255 or 5.69% from 299); Max value from RGB is 178 - color contains mainly: red. Hex color #B26811 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26811 is #4D97EE. Grayscale: #747474. Windows color (decimal): -5085167 or 1140914. OLE color: 1140914.

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

Color convert

RGB 178 104 17 -
CMYK 0 0.42 0.90 0.30
HSL 32.42º 0.83% 0.38% -
HSV(B) 32.42º 0.9% 0.7% -
XYZ 23.41 19.41 3.04 -
YUV 116.21 72.02 172.07 -
System Red Green Blue C M Y K H S L
Decimal 178 104 17 0 0.42 0.90 0.30 32.42 0.83 0.38
Hex B2 68 11 0 2A 5A 1E 20 53 26
Octal 262 150 21 0 52 132 36 40 123 46
Binary 10110010 1101000 10001 0 101010 1011010 11110 100000 1010011 100110

Color Harmonies of #B26811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26811

Black with #B26811

Text Example


Text Example

White with #B26811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26811; }

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

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

background-color css

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

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

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

border-color css

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

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

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