#B46D0C

Color #B46D0C Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #B46D0C

Tints of Dark Goldenrod #B46D0C

Color information

#B46D0C (or 0xB46D0C) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 6D and 0C. RGB value is (180,109,12). Sum of RGB (Red+Green+Blue) = 180+109+12=301 (39% of max value = 765). Red value is 180 (70.70% from 255 or 59.80% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46D0C is #4B92F3. Grayscale: #777777. Windows color (decimal): -4952820 or 814516. OLE color: 814516.

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

Color convert

RGB18010912-
CMYK00.390.930.29
HSL34.64º87.5%37.65%-
HSV(B)34.64º93.33%70.59%-
XYZ24.3620.673.05-
YUV119.1767.52171.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.80%
GREEN value IS 109 (42.97% from 255) = 36.21%
BLUE value IS 12 (5.08% from 255) = 3.99%
R=59.80%
G=36.21%
B=3.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801091200.390.930.2934.6487.537.65
HexB46DC0275D1D235826
Octal26415514047135354313046
Binary101101001101101110001001111011101111011000111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46D0C; }

 p { color: rgb(180,109,12); }

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

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

 a { background-color: rgb(180,109,12); }

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

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

 span { border-color: rgb(180,109,12); }

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