#B46810

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

Shades of Golden Brown #B46810

Tints of Golden Brown #B46810

Color information

#B46810 (or 0xB46810) is unknown color: approx Golden Brown. HEX triplet: B4, 68 and 10. RGB value is (180,104,16). Sum of RGB (Red+Green+Blue) = 180+104+16=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 16 (6.64% from 255 or 5.33% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B46810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46810 is #4B97EF. Grayscale: #757575. Windows color (decimal): -4954096 or 1075380. OLE color: 1075380.

HSL color Cylindrical-coordinate representation of color #B46810: hue angle of 32.2º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B46810 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB18010416-
CMYK00.420.910.29
HSL32.2º83.67%38.43%-
HSV(B)32.2º91.11%70.59%-
XYZ23.8719.643.02-
YUV116.6971.18173.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60%
GREEN value IS 104 (41.02% from 255) = 34.67%
BLUE value IS 16 (6.64% from 255) = 5.33%
R=60%
G=34.67%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801041600.420.910.2932.283.6738.43
HexB4681002A5B1D205426
Octal26415020052133354012446
Binary1011010011010001000001010101011011111011000001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46810; }

 p { color: rgb(180,104,16); }

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

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

 a { background-color: rgb(180,104,16); }

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

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

 span { border-color: rgb(180,104,16); }

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