#B16510

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

Shades of Golden Brown #B16510

Tints of Golden Brown #B16510

Color information

#B16510 (or 0xB16510) is unknown color: approx Golden Brown. HEX triplet: B1, 65 and 10. RGB value is (177,101,16). Sum of RGB (Red+Green+Blue) = 177+101+16=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B16510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16510 is #4E9AEF. Grayscale: #727272. Windows color (decimal): -5151472 or 1074609. OLE color: 1074609.

HSL color Cylindrical-coordinate representation of color #B16510: hue angle of 31.68º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B16510 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB17710116-
CMYK00.430.910.31
HSL31.68º83.42%37.84%-
HSV(B)31.68º90.96%69.41%-
XYZ22.8818.692.89-
YUV114.0372.68172.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60.20%
GREEN value IS 101 (39.84% from 255) = 34.35%
BLUE value IS 16 (6.64% from 255) = 5.44%
R=60.20%
G=34.35%
B=5.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771011600.430.910.3131.6883.4237.84
HexB1651002B5B1F205326
Octal26114520053133374012346
Binary1011000111001011000001010111011011111111000001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16510; }

 p { color: rgb(177,101,16); }

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

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

 a { background-color: rgb(177,101,16); }

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

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

 span { border-color: rgb(177,101,16); }

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