#B16A02

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

Shades of Golden Brown #B16A02

Tints of Golden Brown #B16A02

Color information

#B16A02 (or 0xB16A02) is unknown color: approx Golden Brown. HEX triplet: B1, 6A and 02. RGB value is (177,106,2). Sum of RGB (Red+Green+Blue) = 177+106+2=285 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.11% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16A02 is #4E95FD. Grayscale: #737373. Windows color (decimal): -5150206 or 158385. OLE color: 158385.

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

Color convert

RGB1771062-
CMYK00.400.990.31
HSL35.66º97.77%35.1%-
HSV(B)35.66º98.87%69.41%-
XYZ23.319.662.62-
YUV115.3764.02171.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.11%
GREEN value IS 106 (41.80% from 255) = 37.19%
BLUE value IS 2 (1.17% from 255) = 0.70%
R=62.11%
G=37.19%
B=0.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177106200.400.990.3135.6697.7735.1
HexB16A2028631F246223
Octal2611522050143374414243
Binary1011000111010101001010001100011111111001001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16A02; }

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

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

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

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

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

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

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

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