Html Css Color HEX #BC7E04 Dark Goldenrod

📋 copy color: '#BC7E04'

red 188 ◦ green 126 ◦ blue 4

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

Shades of Dark Goldenrod #BC7E04

Tints of Dark Goldenrod #BC7E04

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.62%

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

R = 59.12%
G = 39.62%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC7E04 (or 0xBC7E04) is known color: Dark Goldenrod. HEX triplet: BC, 7E and 04. RGB value is (188,126,4). Sum of RGB (Red+Green+Blue) = 188+126+4=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 126 (49.61% from 255 or 39.62% from 318); Blue value is 4 (1.95% from 255 or 1.26% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7E04 is #4381FB. Grayscale: #838383. Windows color (decimal): -4424188 or 294588. OLE color: 294588.

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

Color convert

RGB 188 126 4 -
CMYK 0 0.33 0.98 0.26
HSL 39.78º 0.96% 0.38% -
HSV(B) 39.78º 0.98% 0.74% -
XYZ 28.22 25.62 3.57 -
YUV 130.63 56.54 168.92 -
System Red Green Blue C M Y K H S L
Decimal 188 126 4 0 0.33 0.98 0.26 39.78 0.96 0.38
Hex BC 7E 4 0 21 62 1A 28 60 26
Octal 274 176 4 0 41 142 32 50 140 46
Binary 10111100 1111110 100 0 100001 1100010 11010 101000 1100000 100110

Color Harmonies of #BC7E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7E04

Black with #BC7E04

Text Example


Text Example

White with #BC7E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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