Html Css Color HEX #BC7D00 Dark Goldenrod

📋 copy color: '#BC7D00'

red 188 ◦ green 125 ◦ blue 0

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

Shades of Dark Goldenrod #BC7D00

Tints of Dark Goldenrod #BC7D00

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.94%

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

R = 60.06%
G = 39.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC7D00 (or 0xBC7D00) is known color: Dark Goldenrod. HEX triplet: BC, 7D and 00. RGB value is (188,125,0). Sum of RGB (Red+Green+Blue) = 188+125+0=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 125 (49.22% from 255 or 39.94% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7D00 is #4382FF. Grayscale: #828282. Windows color (decimal): -4424448 or 32188. OLE color: 32188.

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

Color convert

RGB 188 125 0 -
CMYK 0 0.34 1 0.26
HSL 39.89º 1% 0.37% -
HSV(B) 39.89º 1% 0.74% -
XYZ 28.07 25.36 3.42 -
YUV 129.59 54.87 169.66 -
System Red Green Blue C M Y K H S L
Decimal 188 125 0 0 0.34 1 0.26 39.89 1 0.37
Hex BC 7D 0 0 22 64 1A 28 64 25
Octal 274 175 0 0 42 144 32 50 144 45
Binary 10111100 1111101 0 0 100010 1100100 11010 101000 1100100 100101

Color Harmonies of #BC7D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D00

Black with #BC7D00

Text Example


Text Example

White with #BC7D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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