Html Css Color HEX #B16B10 Golden Brown

📋 copy color: '#B16B10'

red 177 ◦ green 107 ◦ blue 16

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

Shades of Golden Brown #B16B10

Tints of Golden Brown #B16B10

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.67%

 BLUE value IS 16 (6.64% from 255) = 5.33%

R = 59%
G = 35.67%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B16B10 (or 0xB16B10) is known color: Golden Brown. HEX triplet: B1, 6B and 10. RGB value is (177,107,16). Sum of RGB (Red+Green+Blue) = 177+107+16=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 16 (6.64% from 255 or 5.33% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16B10 is #4E94EF. Grayscale: #757575. Windows color (decimal): -5149936 or 1076145. OLE color: 1076145.

HSL color Cylindrical-coordinate representation of color #B16B10: hue angle of 33.91º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B16B10 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 107 16 -
CMYK 0 0.40 0.91 0.31
HSL 33.91º 0.83% 0.38% -
HSV(B) 33.91º 0.91% 0.69% -
XYZ 23.48 19.9 3.09 -
YUV 117.56 70.69 170.4 -
System Red Green Blue C M Y K H S L
Decimal 177 107 16 0 0.40 0.91 0.31 33.91 0.83 0.38
Hex B1 6B 10 0 28 5B 1F 22 53 26
Octal 261 153 20 0 50 133 37 42 123 46
Binary 10110001 1101011 10000 0 101000 1011011 11111 100010 1010011 100110

Color Harmonies of #B16B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16B10

Black with #B16B10

Text Example


Text Example

White with #B16B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16B10; }

 p { color: rgb(177,107,16); }

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

background-color css

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

 a { background-color: rgb(177,107,16); }

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

border-color css

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

 span { border-color: rgb(177,107,16); }

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