#B46C0C

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

Shades of Dark Goldenrod #B46C0C

Tints of Dark Goldenrod #B46C0C

Color information

#B46C0C (or 0xB46C0C) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 6C and 0C. RGB value is (180,108,12). Sum of RGB (Red+Green+Blue) = 180+108+12=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46C0C is #4B93F3. Grayscale: #777777. Windows color (decimal): -4953076 or 814260. OLE color: 814260.

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

Color convert

RGB18010812-
CMYK00.400.930.29
HSL34.29º87.5%37.65%-
HSV(B)34.29º93.33%70.59%-
XYZ24.2520.453.02-
YUV118.5867.85171.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60%
GREEN value IS 108 (42.58% from 255) = 36%
BLUE value IS 12 (5.08% from 255) = 4%
R=60%
G=36%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801081200.400.930.2934.2987.537.65
HexB46CC0285D1D225826
Octal26415414050135354213046
Binary101101001101100110001010001011101111011000101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46C0C; }

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

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

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

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

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

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

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

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