#B46F0C

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

Shades of Dark Goldenrod #B46F0C

Tints of Dark Goldenrod #B46F0C

Color information

#B46F0C (or 0xB46F0C) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 6F and 0C. RGB value is (180,111,12). Sum of RGB (Red+Green+Blue) = 180+111+12=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46F0C is #4B90F3. Grayscale: #787878. Windows color (decimal): -4952308 or 815028. OLE color: 815028.

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

Color convert

RGB18011112-
CMYK00.380.930.29
HSL35.36º87.5%37.65%-
HSV(B)35.36º93.33%70.59%-
XYZ24.5721.13.13-
YUV120.3466.86170.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.41%
GREEN value IS 111 (43.75% from 255) = 36.63%
BLUE value IS 12 (5.08% from 255) = 3.96%
R=59.41%
G=36.63%
B=3.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801111200.380.930.2935.3687.537.65
HexB46FC0265D1D235826
Octal26415714046135354313046
Binary101101001101111110001001101011101111011000111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46F0C; }

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

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

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

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

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

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

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

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