#B16A15

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

Shades of Golden Brown #B16A15

Tints of Golden Brown #B16A15

Color information

#B16A15 (or 0xB16A15) is unknown color: approx Golden Brown. HEX triplet: B1, 6A and 15. RGB value is (177,106,21). Sum of RGB (Red+Green+Blue) = 177+106+21=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16A15 is #4E95EA. Grayscale: #757575. Windows color (decimal): -5150187 or 1403569. OLE color: 1403569.

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

Color convert

RGB17710621-
CMYK00.400.880.31
HSL32.69º78.79%38.82%-
HSV(B)32.69º88.14%69.41%-
XYZ23.4219.713.28-
YUV117.5473.52170.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.22%
GREEN value IS 106 (41.80% from 255) = 34.87%
BLUE value IS 21 (8.59% from 255) = 6.91%
R=58.22%
G=34.87%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771062100.400.880.3132.6978.7938.82
HexB16A15028581F214f27
Octal26115225050130374111747
Binary1011000111010101010101010001011000111111000011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16A15; }

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

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

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

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

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

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

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

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