Html Css Color HEX #BC6D0C Dark Goldenrod

📋 copy color: '#BC6D0C'

red 188 ◦ green 109 ◦ blue 12

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

Shades of Dark Goldenrod #BC6D0C

Tints of Dark Goldenrod #BC6D0C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.28%

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

R = 60.84%
G = 35.28%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC6D0C (or 0xBC6D0C) is known color: Dark Goldenrod. HEX triplet: BC, 6D and 0C. RGB value is (188,109,12). Sum of RGB (Red+Green+Blue) = 188+109+12=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6D0C is #4392F3. Grayscale: #7A7A7A. Windows color (decimal): -4428532 or 814524. OLE color: 814524.

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

Color convert

RGB 188 109 12 -
CMYK 0 0.42 0.94 0.26
HSL 33.07º 0.88% 0.39% -
HSV(B) 33.07º 0.94% 0.74% -
XYZ 26.27 21.66 3.14 -
YUV 121.56 66.17 175.39 -
System Red Green Blue C M Y K H S L
Decimal 188 109 12 0 0.42 0.94 0.26 33.07 0.88 0.39
Hex BC 6D C 0 2A 5E 1A 21 58 27
Octal 274 155 14 0 52 136 32 41 130 47
Binary 10111100 1101101 1100 0 101010 1011110 11010 100001 1011000 100111

Color Harmonies of #BC6D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6D0C

Black with #BC6D0C

Text Example


Text Example

White with #BC6D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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