Html Css Color HEX #BC7400 Dark Goldenrod

📋 copy color: '#BC7400'

red 188 ◦ green 116 ◦ blue 0

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

Shades of Dark Goldenrod #BC7400

Tints of Dark Goldenrod #BC7400

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.16%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.84%
G = 38.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC7400 (or 0xBC7400) is known color: Dark Goldenrod. HEX triplet: BC, 74 and 00. RGB value is (188,116,0). Sum of RGB (Red+Green+Blue) = 188+116+0=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7400 is #438BFF. Grayscale: #7C7C7C. Windows color (decimal): -4426752 or 29884. OLE color: 29884.

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

Color convert

RGB 188 116 0 -
CMYK 0 0.38 1 0.26
HSL 37.02º 1% 0.37% -
HSV(B) 37.02º 1% 0.74% -
XYZ 26.98 23.18 3.05 -
YUV 124.3 57.85 173.43 -
System Red Green Blue C M Y K H S L
Decimal 188 116 0 0 0.38 1 0.26 37.02 1 0.37
Hex BC 74 0 0 26 64 1A 25 64 25
Octal 274 164 0 0 46 144 32 45 144 45
Binary 10111100 1110100 0 0 100110 1100100 11010 100101 1100100 100101

Color Harmonies of #BC7400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7400

Black with #BC7400

Text Example


Text Example

White with #BC7400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7400; }

 p { color: rgb(188,116,0); }

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

background-color css

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

 a { background-color: rgb(188,116,0); }

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

border-color css

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

 span { border-color: rgb(188,116,0); }

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