#B46B10

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

Shades of Golden Brown #B46B10

Tints of Golden Brown #B46B10

Color information

#B46B10 (or 0xB46B10) is unknown color: approx Golden Brown. HEX triplet: B4, 6B and 10. RGB value is (180,107,16). Sum of RGB (Red+Green+Blue) = 180+107+16=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46B10 is #4B94EF. Grayscale: #767676. Windows color (decimal): -4953328 or 1076148. OLE color: 1076148.

HSL color Cylindrical-coordinate representation of color #B46B10: hue angle of 33.29º 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 #B46B10 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB18010716-
CMYK00.410.910.29
HSL33.29º83.67%38.43%-
HSV(B)33.29º91.11%70.59%-
XYZ24.1720.263.13-
YUV118.4570.18171.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.41%
GREEN value IS 107 (42.19% from 255) = 35.31%
BLUE value IS 16 (6.64% from 255) = 5.28%
R=59.41%
G=35.31%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801071600.410.910.2933.2983.6738.43
HexB46B100295B1D215426
Octal26415320051133354112446
Binary1011010011010111000001010011011011111011000011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46B10; }

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

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

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

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

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

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

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

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