#B16609

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

Shades of Golden Brown #B16609

Tints of Golden Brown #B16609

Color information

#B16609 (or 0xB16609) is unknown color: approx Golden Brown. HEX triplet: B1, 66 and 09. RGB value is (177,102,9). Sum of RGB (Red+Green+Blue) = 177+102+9=288 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.46% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 9 (3.91% from 255 or 3.12% from 288); Max value from RGB is 177 - color contains mainly: red. Hex color #B16609 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16609 is #4E99F6. Grayscale: #727272. Windows color (decimal): -5151223 or 616113. OLE color: 616113.

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

Color convert

RGB1771029-
CMYK00.420.950.31
HSL33.21º90.32%36.47%-
HSV(B)33.21º94.92%69.41%-
XYZ22.9318.872.69-
YUV113.8268.85173.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.46%
GREEN value IS 102 (40.23% from 255) = 35.42%
BLUE value IS 9 (3.91% from 255) = 3.12%
R=61.46%
G=35.42%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177102900.420.950.3133.2190.3236.47
HexB166902A5F1F215a24
Octal26114611052137374113244
Binary101100011100110100101010101011111111111000011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16609; }

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

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

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

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

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

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

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

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