#BC6F06

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

Shades of Dark Goldenrod #BC6F06

Tints of Dark Goldenrod #BC6F06

Color information

#BC6F06 (or 0xBC6F06) is unknown color: approx Dark Goldenrod. HEX triplet: BC, 6F and 06. RGB value is (188,111,6). Sum of RGB (Red+Green+Blue) = 188+111+6=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 6 (2.73% from 255 or 1.97% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6F06 is #4390F9. Grayscale: #7A7A7A. Windows color (decimal): -4428026 or 421820. OLE color: 421820.

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

Color convert

RGB1881116-
CMYK00.410.970.26
HSL34.62º93.81%38.04%-
HSV(B)34.62º96.81%73.73%-
XYZ26.4622.073.04-
YUV122.0562.51175.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 61.64%
GREEN value IS 111 (43.75% from 255) = 36.39%
BLUE value IS 6 (2.73% from 255) = 1.97%
R=61.64%
G=36.39%
B=1.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188111600.410.970.2634.6293.8138.04
HexBC6F6029611A235e26
Octal2741576051141324313646
Binary10111100110111111001010011100001110101000111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6F06; }

 p { color: rgb(188,111,6); }

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

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

 a { background-color: rgb(188,111,6); }

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

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

 span { border-color: rgb(188,111,6); }

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