#B16909

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

Shades of Golden Brown #B16909

Tints of Golden Brown #B16909

Color information

#B16909 (or 0xB16909) is unknown color: approx Golden Brown. HEX triplet: B1, 69 and 09. RGB value is (177,105,9). Sum of RGB (Red+Green+Blue) = 177+105+9=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 9 (3.91% from 255 or 3.09% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B16909 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16909 is #4E96F6. Grayscale: #747474. Windows color (decimal): -5150455 or 616881. OLE color: 616881.

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

Color convert

RGB1771059-
CMYK00.410.950.31
HSL34.29º90.32%36.47%-
HSV(B)34.29º94.92%69.41%-
XYZ23.2319.472.79-
YUV115.5867.85171.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60.82%
GREEN value IS 105 (41.41% from 255) = 36.08%
BLUE value IS 9 (3.91% from 255) = 3.09%
R=60.82%
G=36.08%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177105900.410.950.3134.2990.3236.47
HexB16990295F1F225a24
Octal26115111051137374213244
Binary101100011101001100101010011011111111111000101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16909; }

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

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

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

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

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

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

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

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