#B16901

Color #B16901 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #B16901

Tints of Golden Brown #B16901

Color information

#B16901 (or 0xB16901) is unknown color: approx Golden Brown. HEX triplet: B1, 69 and 01. RGB value is (177,105,1). Sum of RGB (Red+Green+Blue) = 177+105+1=283 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.54% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 177 - color contains mainly: red. Hex color #B16901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16901 is #4E96FE. Grayscale: #737373. Windows color (decimal): -5150463 or 92593. OLE color: 92593.

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

Color convert

RGB1771051-
CMYK00.410.990.31
HSL35.45º98.88%34.9%-
HSV(B)35.45º99.44%69.41%-
XYZ23.1919.452.56-
YUV114.6763.85172.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.54%
GREEN value IS 105 (41.41% from 255) = 37.10%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=62.54%
G=37.10%
B=0.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177105100.410.990.3135.4598.8834.9
HexB1691029631F236323
Octal2611511051143374314343
Binary101100011101001101010011100011111111000111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16901; }

 p { color: rgb(177,105,1); }

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

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

 a { background-color: rgb(177,105,1); }

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

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

 span { border-color: rgb(177,105,1); }

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