Html Css Color HEX #BC940D Dark Goldenrod

📋 copy color: '#BC940D'

red 188 ◦ green 148 ◦ blue 13

#BC940D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #BC940D

Tints of Dark Goldenrod #BC940D

RGB

 RED value IS 188 (73.83% from 255) = 53.87%

 GREEN value IS 148 (58.2% 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 value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC940D (or 0xBC940D) is known color: 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

RGB 188 148 13 -
CMYK 0 0.21 0.93 0.26
HSL 46.29º 0.87% 0.39% -
HSV(B) 46.29º 0.93% 0.74% -
XYZ 31.4 31.9 4.88 -
YUV 144.57 53.75 158.98 -
System Red Green Blue C M Y K H S L
Decimal 188 148 13 0 0.21 0.93 0.26 46.29 0.87 0.39
Hex BC 94 D 0 15 5D 1A 2E 57 27
Octal 274 224 15 0 25 135 32 56 127 47
Binary 10111100 10010100 1101 0 10101 1011101 11010 101110 1010111 100111

Color Harmonies of #BC940D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC940D

Black with #BC940D

Text Example


Text Example

White with #BC940D

Text Example


Text Example

HTML Codes & Css Web 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>