#BC940D

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

Shades of Dark Goldenrod #BC940D

Tints of Dark Goldenrod #BC940D

Color information

#BC940D (or 0xBC940D) is unknown color: approx Dark Goldenrod. HEX triplet: BC, 94 and 0D. RGB value is (188,148,13). Sum of RGB (Red+Green+Blue) = 188+148+13=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 13 (5.47% from 255 or 3.72% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC940D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC940D is #436BF2. Grayscale: #919191. Windows color (decimal): -4418547 or 890044. OLE color: 890044.

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

Color convert

RGB18814813-
CMYK00.210.930.26
HSL46.29º87.06%39.41%-
HSV(B)46.29º93.09%73.73%-
XYZ31.431.94.88-
YUV144.5753.75158.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.87%
GREEN value IS 148 (58.20% from 255) = 42.41%
BLUE value IS 13 (5.47% from 255) = 3.72%
R=53.87%
G=42.41%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881481300.210.930.2646.2987.0639.41
HexBC94D0155D1A2e5727
Octal27422415025135325612747
Binary101111001001010011010101011011101110101011101010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC940D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC940D; }

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

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

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

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

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

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

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

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