Html Css Color HEX #BC6D04 Dark Goldenrod

📋 copy color: '#BC6D04'

red 188 ◦ green 109 ◦ blue 4

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

Shades of Dark Goldenrod #BC6D04

Tints of Dark Goldenrod #BC6D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.33%

R = 62.46%
G = 36.21%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC6D04 (or 0xBC6D04) is known color: Dark Goldenrod. HEX triplet: BC, 6D and 04. RGB value is (188,109,4). Sum of RGB (Red+Green+Blue) = 188+109+4=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 4 (1.95% from 255 or 1.33% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6D04 is #4392FB. Grayscale: #797979. Windows color (decimal): -4428540 or 290236. OLE color: 290236.

HSL color Cylindrical-coordinate representation of color #BC6D04: hue angle of 34.24º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC6D04 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 109 4 -
CMYK 0 0.42 0.98 0.26
HSL 34.24º 0.96% 0.38% -
HSV(B) 34.24º 0.98% 0.74% -
XYZ 26.23 21.64 2.91 -
YUV 120.65 62.17 176.04 -
System Red Green Blue C M Y K H S L
Decimal 188 109 4 0 0.42 0.98 0.26 34.24 0.96 0.38
Hex BC 6D 4 0 2A 62 1A 22 60 26
Octal 274 155 4 0 52 142 32 42 140 46
Binary 10111100 1101101 100 0 101010 1100010 11010 100010 1100000 100110

Color Harmonies of #BC6D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6D04

Black with #BC6D04

Text Example


Text Example

White with #BC6D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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