Html Css Color HEX #BC940C Dark Goldenrod

📋 copy color: '#BC940C'

red 188 ◦ green 148 ◦ blue 12

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

Shades of Dark Goldenrod #BC940C

Tints of Dark Goldenrod #BC940C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.53%

 BLUE value IS 12 (5.08% from 255) = 3.45%

R = 54.02%
G = 42.53%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC940C (or 0xBC940C) is known color: Dark Goldenrod. HEX triplet: BC, 94 and 0C. RGB value is (188,148,12). Sum of RGB (Red+Green+Blue) = 188+148+12=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC940C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC940C is #436BF3. Grayscale: #919191. Windows color (decimal): -4418548 or 824508. OLE color: 824508.

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

Color convert

RGB 188 148 12 -
CMYK 0 0.21 0.94 0.26
HSL 46.36º 0.88% 0.39% -
HSV(B) 46.36º 0.94% 0.74% -
XYZ 31.4 31.9 4.85 -
YUV 144.46 53.25 159.06 -
System Red Green Blue C M Y K H S L
Decimal 188 148 12 0 0.21 0.94 0.26 46.36 0.88 0.39
Hex BC 94 C 0 15 5E 1A 2E 58 27
Octal 274 224 14 0 25 136 32 56 130 47
Binary 10111100 10010100 1100 0 10101 1011110 11010 101110 1011000 100111

Color Harmonies of #BC940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC940C

Black with #BC940C

Text Example


Text Example

White with #BC940C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC940C; }

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

 H1.HeaderClassName
 {
   color: #BC940C;
 }
 .AnyTagClassName
 {
   color: #BC940C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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