Html Css Color HEX #BC7500 Dark Goldenrod

📋 copy color: '#BC7500'

red 188 ◦ green 117 ◦ blue 0

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

Shades of Dark Goldenrod #BC7500

Tints of Dark Goldenrod #BC7500

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.36%

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

R = 61.64%
G = 38.36%
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

#BC7500 (or 0xBC7500) is known color: Dark Goldenrod. HEX triplet: BC, 75 and 00. RGB value is (188,117,0). Sum of RGB (Red+Green+Blue) = 188+117+0=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7500 is #438AFF. Grayscale: #7D7D7D. Windows color (decimal): -4426496 or 30140. OLE color: 30140.

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

Color convert

RGB 188 117 0 -
CMYK 0 0.38 1 0.26
HSL 37.34º 1% 0.37% -
HSV(B) 37.34º 1% 0.74% -
XYZ 27.1 23.41 3.09 -
YUV 124.89 57.52 173.01 -
System Red Green Blue C M Y K H S L
Decimal 188 117 0 0 0.38 1 0.26 37.34 1 0.37
Hex BC 75 0 0 26 64 1A 25 64 25
Octal 274 165 0 0 46 144 32 45 144 45
Binary 10111100 1110101 0 0 100110 1100100 11010 100101 1100100 100101

Color Harmonies of #BC7500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7500

Black with #BC7500

Text Example


Text Example

White with #BC7500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7500; }

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

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

background-color css

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

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

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

border-color css

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

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

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