#B16518

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

Shades of Golden Brown #B16518

Tints of Golden Brown #B16518

Color information

#B16518 (or 0xB16518) is unknown color: approx Golden Brown. HEX triplet: B1, 65 and 18. RGB value is (177,101,24). Sum of RGB (Red+Green+Blue) = 177+101+24=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B16518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16518 is #4E9AE7. Grayscale: #737373. Windows color (decimal): -5151464 or 1598897. OLE color: 1598897.

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

Color convert

RGB17710124-
CMYK00.430.860.31
HSL30.2º76.12%39.41%-
HSV(B)30.2º86.44%69.41%-
XYZ22.9518.723.27-
YUV114.9576.68172.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.61%
GREEN value IS 101 (39.84% from 255) = 33.44%
BLUE value IS 24 (9.77% from 255) = 7.95%
R=58.61%
G=33.44%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771012400.430.860.3130.276.1239.41
HexB1651802B561F1e4c27
Octal26114530053126373611447
Binary101100011100101110000101011101011011111111101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16518; }

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

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

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

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

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

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

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

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