#B46615

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

Shades of Golden Brown #B46615

Tints of Golden Brown #B46615

Color information

#B46615 (or 0xB46615) is unknown color: approx Golden Brown. HEX triplet: B4, 66 and 15. RGB value is (180,102,21). Sum of RGB (Red+Green+Blue) = 180+102+21=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B46615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46615 is #4B99EA. Grayscale: #747474. Windows color (decimal): -4954603 or 1402548. OLE color: 1402548.

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

Color convert

RGB18010221-
CMYK00.430.880.29
HSL30.57º79.1%39.41%-
HSV(B)30.57º88.33%70.59%-
XYZ23.7119.263.18-
YUV116.0974.34173.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.41%
GREEN value IS 102 (40.23% from 255) = 33.66%
BLUE value IS 21 (8.59% from 255) = 6.93%
R=59.41%
G=33.66%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801022100.430.880.2930.5779.139.41
HexB4661502B581D1f4f27
Octal26414625053130353711747
Binary101101001100110101010101011101100011101111111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46615; }

 p { color: rgb(180,102,21); }

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

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

 a { background-color: rgb(180,102,21); }

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

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

 span { border-color: rgb(180,102,21); }

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