#BC6E02

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

Shades of Dark Goldenrod #BC6E02

Tints of Dark Goldenrod #BC6E02

Color information

#BC6E02 (or 0xBC6E02) is unknown color: approx Dark Goldenrod. HEX triplet: BC, 6E and 02. RGB value is (188,110,2). Sum of RGB (Red+Green+Blue) = 188+110+2=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 110 (43.36% from 255 or 36.67% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6E02 is #4391FD. Grayscale: #797979. Windows color (decimal): -4428286 or 159420. OLE color: 159420.

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

Color convert

RGB1881102-
CMYK00.410.990.26
HSL34.84º97.89%37.25%-
HSV(B)34.84º98.94%73.73%-
XYZ26.3321.852.89-
YUV121.0160.84175.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 62.67%
GREEN value IS 110 (43.36% from 255) = 36.67%
BLUE value IS 2 (1.17% from 255) = 0.67%
R=62.67%
G=36.67%
B=0.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188110200.410.990.2634.8497.8937.25
HexBC6E2029631A236225
Octal2741562051143324314245
Binary1011110011011101001010011100011110101000111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6E02; }

 p { color: rgb(188,110,2); }

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

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

 a { background-color: rgb(188,110,2); }

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

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

 span { border-color: rgb(188,110,2); }

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