#B16A0A

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

Shades of Golden Brown #B16A0A

Tints of Golden Brown #B16A0A

Color information

#B16A0A (or 0xB16A0A) is unknown color: approx Golden Brown. HEX triplet: B1, 6A and 0A. RGB value is (177,106,10). Sum of RGB (Red+Green+Blue) = 177+106+10=293 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.41% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 10 (4.30% from 255 or 3.41% from 293); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16A0A is #4E95F5. Grayscale: #747474. Windows color (decimal): -5150198 or 682673. OLE color: 682673.

HSL color Cylindrical-coordinate representation of color #B16A0A: hue angle of 34.49º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B16A0A is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB17710610-
CMYK00.400.940.31
HSL34.49º89.3%36.67%-
HSV(B)34.49º94.35%69.41%-
XYZ23.3419.682.86-
YUV116.2868.02171.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60.41%
GREEN value IS 106 (41.80% from 255) = 36.18%
BLUE value IS 10 (4.30% from 255) = 3.41%
R=60.41%
G=36.18%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771061000.400.940.3134.4989.336.67
HexB16AA0285E1F225925
Octal26115212050136374213145
Binary101100011101010101001010001011110111111000101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16A0A; }

 p { color: rgb(177,106,10); }

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

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

 a { background-color: rgb(177,106,10); }

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

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

 span { border-color: rgb(177,106,10); }

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