#B16503

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

Shades of Golden Brown #B16503

Tints of Golden Brown #B16503

Color information

#B16503 (or 0xB16503) is unknown color: approx Golden Brown. HEX triplet: B1, 65 and 03. RGB value is (177,101,3). Sum of RGB (Red+Green+Blue) = 177+101+3=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 3 (1.56% from 255 or 1.07% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B16503 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16503 is #4E9AFC. Grayscale: #717171. Windows color (decimal): -5151485 or 222641. OLE color: 222641.

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

Color convert

RGB1771013-
CMYK00.430.980.31
HSL33.79º96.67%35.29%-
HSV(B)33.79º98.31%69.41%-
XYZ22.818.662.49-
YUV112.5566.18173.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.99%
GREEN value IS 101 (39.84% from 255) = 35.94%
BLUE value IS 3 (1.56% from 255) = 1.07%
R=62.99%
G=35.94%
B=1.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177101300.430.980.3133.7996.6735.29
HexB165302B621F226123
Octal2611453053142374214143
Binary1011000111001011101010111100010111111000101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16503; }

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

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

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

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

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

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

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

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