Html Css Color HEX #BC7F00 Dark Goldenrod

📋 copy color: '#BC7F00'

red 188 ◦ green 127 ◦ blue 0

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

Shades of Dark Goldenrod #BC7F00

Tints of Dark Goldenrod #BC7F00

RGB

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

 GREEN value IS 127 (50% from 255) = 40.32%

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

R = 59.68%
G = 40.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC7F00 (or 0xBC7F00) is known color: Dark Goldenrod. HEX triplet: BC, 7F and 00. RGB value is (188,127,0). Sum of RGB (Red+Green+Blue) = 188+127+0=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 127 (50% from 255 or 40.32% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7F00 is #4380FF. Grayscale: #838383. Windows color (decimal): -4423936 or 32700. OLE color: 32700.

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

Color convert

RGB 188 127 0 -
CMYK 0 0.32 1 0.26
HSL 40.53º 1% 0.37% -
HSV(B) 40.53º 1% 0.74% -
XYZ 28.33 25.87 3.5 -
YUV 130.76 54.21 168.83 -
System Red Green Blue C M Y K H S L
Decimal 188 127 0 0 0.32 1 0.26 40.53 1 0.37
Hex BC 7F 0 0 20 64 1A 29 64 25
Octal 274 177 0 0 40 144 32 51 144 45
Binary 10111100 1111111 0 0 100000 1100100 11010 101001 1100100 100101

Color Harmonies of #BC7F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7F00

Black with #BC7F00

Text Example


Text Example

White with #BC7F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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