Html Css Color HEX #B16100 Tenne (Tawny)

📋 copy color: '#B16100'

red 177 ◦ green 97 ◦ blue 0

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

Shades of Tenne (Tawny) #B16100

Tints of Tenne (Tawny) #B16100

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.4%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.6%
G = 35.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B16100 (or 0xB16100) is known color: Tenne (Tawny). HEX triplet: B1, 61 and 00. RGB value is (177,97,0). Sum of RGB (Red+Green+Blue) = 177+97+0=274 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.60% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 177 - color contains mainly: red. Hex color #B16100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16100 is #4E9EFF. Grayscale: #6E6E6E. Windows color (decimal): -5152512 or 25009. OLE color: 25009.

HSL color Cylindrical-coordinate representation of color #B16100: hue angle of 32.88º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B16100 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 97 0 -
CMYK 0 0.45 1 0.31
HSL 32.88º 1% 0.35% -
HSV(B) 32.88º 1% 0.69% -
XYZ 22.41 17.9 2.27 -
YUV 109.86 66 175.89 -
System Red Green Blue C M Y K H S L
Decimal 177 97 0 0 0.45 1 0.31 32.88 1 0.35
Hex B1 61 0 0 2D 64 1F 21 64 23
Octal 261 141 0 0 55 144 37 41 144 43
Binary 10110001 1100001 0 0 101101 1100100 11111 100001 1100100 100011

Color Harmonies of #B16100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16100

Black with #B16100

Text Example


Text Example

White with #B16100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16100; }

 p { color: rgb(177,97,0); }

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

background-color css

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

 a { background-color: rgb(177,97,0); }

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

border-color css

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

 span { border-color: rgb(177,97,0); }

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