#B16218

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

Shades of Golden Brown #B16218

Tints of Golden Brown #B16218

Color information

#B16218 (or 0xB16218) is unknown color: approx Golden Brown. HEX triplet: B1, 62 and 18. RGB value is (177,98,24). Sum of RGB (Red+Green+Blue) = 177+98+24=299 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.20% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 24 (9.77% from 255 or 8.03% from 299); Max value from RGB is 177 - color contains mainly: red. Hex color #B16218 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16218 is #4E9DE7. Grayscale: #717171. Windows color (decimal): -5152232 or 1598129. OLE color: 1598129.

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

Color convert

RGB1779824-
CMYK00.450.860.31
HSL29.02º76.12%39.41%-
HSV(B)29.02º86.44%69.41%-
XYZ22.6618.153.17-
YUV113.1877.67173.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.20%
GREEN value IS 98 (38.67% from 255) = 32.78%
BLUE value IS 24 (9.77% from 255) = 8.03%
R=59.20%
G=32.78%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177982400.450.860.3129.0276.1239.41
HexB1621802D561F1d4c27
Octal26114230055126373511447
Binary101100011100010110000101101101011011111111011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16218; }

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

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

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

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

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

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

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

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