#BC7C07

Color #BC7C07 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #BC7C07

Tints of Dark Goldenrod #BC7C07

Color information

#BC7C07 (or 0xBC7C07) is unknown color: approx Dark Goldenrod. HEX triplet: BC, 7C and 07. RGB value is (188,124,7). Sum of RGB (Red+Green+Blue) = 188+124+7=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 7 (3.12% from 255 or 2.19% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7C07 is #4383F8. Grayscale: #828282. Windows color (decimal): -4424697 or 490684. OLE color: 490684.

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

Color convert

RGB1881247-
CMYK00.340.960.26
HSL38.78º92.82%38.24%-
HSV(B)38.78º96.28%73.73%-
XYZ27.9925.123.58-
YUV129.858.7169.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 58.93%
GREEN value IS 124 (48.83% from 255) = 38.87%
BLUE value IS 7 (3.12% from 255) = 2.19%
R=58.93%
G=38.87%
B=2.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188124700.340.960.2638.7892.8238.24
HexBC7C7022601A275d26
Octal2741747042140324713546
Binary10111100111110011101000101100000110101001111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7C07; }

 p { color: rgb(188,124,7); }

 H1.HeaderClassName
 {
   color: #BC7C07;
 }
 .AnyTagClassName
 {
   color: #BC7C07;
 }
</style>
background-color css

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

 a { background-color: rgb(188,124,7); }

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

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

 span { border-color: rgb(188,124,7); }

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