#BC840D

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

Shades of Dark Goldenrod #BC840D

Tints of Dark Goldenrod #BC840D

Color information

#BC840D (or 0xBC840D) is unknown color: approx Dark Goldenrod. HEX triplet: BC, 84 and 0D. RGB value is (188,132,13). Sum of RGB (Red+Green+Blue) = 188+132+13=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC840D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC840D is #437BF2. Grayscale: #878787. Windows color (decimal): -4422643 or 885948. OLE color: 885948.

HSL color Cylindrical-coordinate representation of color #BC840D: hue angle of 40.8º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC840D is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB18813213-
CMYK00.300.930.26
HSL40.8º87.06%39.41%-
HSV(B)40.8º93.09%73.73%-
XYZ29.0627.224.1-
YUV135.1859.05165.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.46%
GREEN value IS 132 (51.95% from 255) = 39.64%
BLUE value IS 13 (5.47% from 255) = 3.90%
R=56.46%
G=39.64%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881321300.300.930.2640.887.0639.41
HexBC84D01E5D1A295727
Octal27420415036135325112747
Binary101111001000010011010111101011101110101010011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC840D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC840D; }

 p { color: rgb(188,132,13); }

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

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

 a { background-color: rgb(188,132,13); }

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

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

 span { border-color: rgb(188,132,13); }

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