#B16C09

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

Shades of Golden Brown #B16C09

Tints of Golden Brown #B16C09

Color information

#B16C09 (or 0xB16C09) is unknown color: approx Golden Brown. HEX triplet: B1, 6C and 09. RGB value is (177,108,9). Sum of RGB (Red+Green+Blue) = 177+108+9=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 9 (3.91% from 255 or 3.06% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16C09 is #4E93F6. Grayscale: #757575. Windows color (decimal): -5149687 or 617649. OLE color: 617649.

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

Color convert

RGB1771089-
CMYK00.390.950.31
HSL35.36º90.32%36.47%-
HSV(B)35.36º94.92%69.41%-
XYZ23.5420.092.9-
YUV117.3466.86170.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60.20%
GREEN value IS 108 (42.58% from 255) = 36.73%
BLUE value IS 9 (3.91% from 255) = 3.06%
R=60.20%
G=36.73%
B=3.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177108900.390.950.3135.3690.3236.47
HexB16C90275F1F235a24
Octal26115411047137374313244
Binary101100011101100100101001111011111111111000111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16C09; }

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

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

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

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

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

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

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

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