Html Css Color HEX #BC7004 Dark Goldenrod

📋 copy color: '#BC7004'

red 188 ◦ green 112 ◦ blue 4

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

Shades of Dark Goldenrod #BC7004

Tints of Dark Goldenrod #BC7004

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.84%

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

R = 61.84%
G = 36.84%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC7004 (or 0xBC7004) is known color: Dark Goldenrod. HEX triplet: BC, 70 and 04. RGB value is (188,112,4). Sum of RGB (Red+Green+Blue) = 188+112+4=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7004 is #438FFB. Grayscale: #7A7A7A. Windows color (decimal): -4427772 or 291004. OLE color: 291004.

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

Color convert

RGB 188 112 4 -
CMYK 0 0.40 0.98 0.26
HSL 35.22º 0.96% 0.38% -
HSV(B) 35.22º 0.98% 0.74% -
XYZ 26.56 22.29 3.02 -
YUV 122.41 61.18 174.78 -
System Red Green Blue C M Y K H S L
Decimal 188 112 4 0 0.40 0.98 0.26 35.22 0.96 0.38
Hex BC 70 4 0 28 62 1A 23 60 26
Octal 274 160 4 0 50 142 32 43 140 46
Binary 10111100 1110000 100 0 101000 1100010 11010 100011 1100000 100110

Color Harmonies of #BC7004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7004

Black with #BC7004

Text Example


Text Example

White with #BC7004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7004; }

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

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

background-color css

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

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

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

border-color css

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

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

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