Html Css Color HEX #BC7600 Dark Goldenrod

📋 copy color: '#BC7600'

red 188 ◦ green 118 ◦ blue 0

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

Shades of Dark Goldenrod #BC7600

Tints of Dark Goldenrod #BC7600

RGB

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

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

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

R = 61.44%
G = 38.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC7600 (or 0xBC7600) is known color: Dark Goldenrod. HEX triplet: BC, 76 and 00. RGB value is (188,118,0). Sum of RGB (Red+Green+Blue) = 188+118+0=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7600 is #4389FF. Grayscale: #7E7E7E. Windows color (decimal): -4426240 or 30396. OLE color: 30396.

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

Color convert

RGB 188 118 0 -
CMYK 0 0.37 1 0.26
HSL 37.66º 1% 0.37% -
HSV(B) 37.66º 1% 0.74% -
XYZ 27.22 23.65 3.13 -
YUV 125.48 57.19 172.59 -
System Red Green Blue C M Y K H S L
Decimal 188 118 0 0 0.37 1 0.26 37.66 1 0.37
Hex BC 76 0 0 25 64 1A 26 64 25
Octal 274 166 0 0 45 144 32 46 144 45
Binary 10111100 1110110 0 0 100101 1100100 11010 100110 1100100 100101

Color Harmonies of #BC7600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7600

Black with #BC7600

Text Example


Text Example

White with #BC7600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7600; }

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

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

background-color css

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

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

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

border-color css

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

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

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