Html Css Color HEX #B16806 Golden Brown

📋 copy color: '#B16806'

red 177 ◦ green 104 ◦ blue 6

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

Shades of Golden Brown #B16806

Tints of Golden Brown #B16806

RGB

 RED value IS 177 (69.53% from 255) = 61.67%

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

 BLUE value IS 6 (2.73% from 255) = 2.09%

R = 61.67%
G = 36.24%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B16806 (or 0xB16806) is known color: Golden Brown. HEX triplet: B1, 68 and 06. RGB value is (177,104,6). Sum of RGB (Red+Green+Blue) = 177+104+6=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 6 (2.73% from 255 or 2.09% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B16806 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16806 is #4E97F9. Grayscale: #737373. Windows color (decimal): -5150714 or 420017. OLE color: 420017.

HSL color Cylindrical-coordinate representation of color #B16806: hue angle of 34.39º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B16806 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 104 6 -
CMYK 0 0.41 0.97 0.31
HSL 34.39º 0.93% 0.36% -
HSV(B) 34.39º 0.97% 0.69% -
XYZ 23.11 19.26 2.67 -
YUV 114.66 66.68 172.47 -
System Red Green Blue C M Y K H S L
Decimal 177 104 6 0 0.41 0.97 0.31 34.39 0.93 0.36
Hex B1 68 6 0 29 61 1F 22 5D 24
Octal 261 150 6 0 51 141 37 42 135 44
Binary 10110001 1101000 110 0 101001 1100001 11111 100010 1011101 100100

Color Harmonies of #B16806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16806

Black with #B16806

Text Example


Text Example

White with #B16806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16806; }

 p { color: rgb(177,104,6); }

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

background-color css

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

 a { background-color: rgb(177,104,6); }

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

border-color css

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

 span { border-color: rgb(177,104,6); }

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