#B16C0A

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

Shades of Golden Brown #B16C0A

Tints of Golden Brown #B16C0A

Color information

#B16C0A (or 0xB16C0A) is unknown color: approx Golden Brown. HEX triplet: B1, 6C and 0A. RGB value is (177,108,10). Sum of RGB (Red+Green+Blue) = 177+108+10=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16C0A is #4E93F5. Grayscale: #757575. Windows color (decimal): -5149686 or 683185. OLE color: 683185.

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

Color convert

RGB17710810-
CMYK00.390.940.31
HSL35.21º89.3%36.67%-
HSV(B)35.21º94.35%69.41%-
XYZ23.5520.092.92-
YUV117.4667.36170.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60%
GREEN value IS 108 (42.58% from 255) = 36.61%
BLUE value IS 10 (4.30% from 255) = 3.39%
R=60%
G=36.61%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771081000.390.940.3135.2189.336.67
HexB16CA0275E1F235925
Octal26115412047136374313145
Binary101100011101100101001001111011110111111000111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16C0A; }

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

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

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

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

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

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

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

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