#B16200

Color #B16200 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #B16200

Tints of Tenne (Tawny) #B16200

Color information

#B16200 (or 0xB16200) is unknown color: approx Tenne (Tawny). HEX triplet: B1, 62 and 00. RGB value is (177,98,0). Sum of RGB (Red+Green+Blue) = 177+98+0=275 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.36% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 177 - color contains mainly: red. Hex color #B16200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16200 is #4E9DFF. Grayscale: #6E6E6E. Windows color (decimal): -5152256 or 25265. OLE color: 25265.

HSL color Cylindrical-coordinate representation of color #B16200: hue angle of 33.22º 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 #B16200 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB177980-
CMYK00.4510.31
HSL33.22º100%34.71%-
HSV(B)33.22º100%69.41%-
XYZ22.518.082.3-
YUV110.4565.67175.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 64.36%
GREEN value IS 98 (38.67% from 255) = 35.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.36%
G=35.64%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17798000.4510.3133.2210034.71
HexB162002D641F216423
Octal2611420055144374114443
Binary101100011100010001011011100100111111000011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16200; }

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

 H1.HeaderClassName
 {
   color: #B16200;
 }
 .AnyTagClassName
 {
   color: #B16200;
 }
</style>
background-color css

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

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

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

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

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

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