#B16711

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

Shades of Golden Brown #B16711

Tints of Golden Brown #B16711

Color information

#B16711 (or 0xB16711) is unknown color: approx Golden Brown. HEX triplet: B1, 67 and 11. RGB value is (177,103,17). Sum of RGB (Red+Green+Blue) = 177+103+17=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B16711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16711 is #4E98EE. Grayscale: #737373. Windows color (decimal): -5150959 or 1140657. OLE color: 1140657.

HSL color Cylindrical-coordinate representation of color #B16711: hue angle of 32.25º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B16711 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB17710317-
CMYK00.420.900.31
HSL32.25º82.47%38.04%-
HSV(B)32.25º90.4%69.41%-
XYZ23.0819.093-
YUV115.3272.52171.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.60%
GREEN value IS 103 (40.62% from 255) = 34.68%
BLUE value IS 17 (7.03% from 255) = 5.72%
R=59.60%
G=34.68%
B=5.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771031700.420.900.3132.2582.4738.04
HexB1671102A5A1F205226
Octal26114721052132374012246
Binary1011000111001111000101010101011010111111000001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16711; }

 p { color: rgb(177,103,17); }

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

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

 a { background-color: rgb(177,103,17); }

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

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

 span { border-color: rgb(177,103,17); }

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