Html Css Color HEX #BC7604 Dark Goldenrod

📋 copy color: '#BC7604'

red 188 ◦ green 118 ◦ blue 4

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

Shades of Dark Goldenrod #BC7604

Tints of Dark Goldenrod #BC7604

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.06%

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

R = 60.65%
G = 38.06%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC7604 (or 0xBC7604) is known color: Dark Goldenrod. HEX triplet: BC, 76 and 04. RGB value is (188,118,4). Sum of RGB (Red+Green+Blue) = 188+118+4=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7604 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7604 is #4389FB. Grayscale: #7E7E7E. Windows color (decimal): -4426236 or 292540. OLE color: 292540.

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

Color convert

RGB 188 118 4 -
CMYK 0 0.37 0.98 0.26
HSL 37.17º 0.96% 0.38% -
HSV(B) 37.17º 0.98% 0.74% -
XYZ 27.24 23.66 3.25 -
YUV 125.93 59.19 172.27 -
System Red Green Blue C M Y K H S L
Decimal 188 118 4 0 0.37 0.98 0.26 37.17 0.96 0.38
Hex BC 76 4 0 25 62 1A 25 60 26
Octal 274 166 4 0 45 142 32 45 140 46
Binary 10111100 1110110 100 0 100101 1100010 11010 100101 1100000 100110

Color Harmonies of #BC7604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7604

Black with #BC7604

Text Example


Text Example

White with #BC7604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7604; }

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

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

background-color css

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

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

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

border-color css

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

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

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