Html Css Color HEX #B16C11 Golden Brown

📋 copy color: '#B16C11'

red 177 ◦ green 108 ◦ blue 17

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

Shades of Golden Brown #B16C11

Tints of Golden Brown #B16C11

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.76%

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

R = 58.61%
G = 35.76%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B16C11 (or 0xB16C11) is known color: Golden Brown. HEX triplet: B1, 6C and 11. RGB value is (177,108,17). Sum of RGB (Red+Green+Blue) = 177+108+17=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16C11 is #4E93EE. Grayscale: #767676. Windows color (decimal): -5149679 or 1141937. OLE color: 1141937.

HSL color Cylindrical-coordinate representation of color #B16C11: hue angle of 34.12º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B16C11 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 108 17 -
CMYK 0 0.39 0.90 0.31
HSL 34.13º 0.82% 0.38% -
HSV(B) 34.13º 0.9% 0.69% -
XYZ 23.6 20.11 3.17 -
YUV 118.26 70.86 169.9 -
System Red Green Blue C M Y K H S L
Decimal 177 108 17 0 0.39 0.90 0.31 34.13 0.82 0.38
Hex B1 6C 11 0 27 5A 1F 22 52 26
Octal 261 154 21 0 47 132 37 42 122 46
Binary 10110001 1101100 10001 0 100111 1011010 11111 100010 1010010 100110

Color Harmonies of #B16C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16C11

Black with #B16C11

Text Example


Text Example

White with #B16C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16C11; }

 p { color: rgb(177,108,17); }

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

background-color css

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

 a { background-color: rgb(177,108,17); }

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

border-color css

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

 span { border-color: rgb(177,108,17); }

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