#BC740A

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

Shades of Dark Goldenrod #BC740A

Tints of Dark Goldenrod #BC740A

Color information

#BC740A (or 0xBC740A) is unknown color: approx Dark Goldenrod. HEX triplet: BC, 74 and 0A. RGB value is (188,116,10). Sum of RGB (Red+Green+Blue) = 188+116+10=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC740A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC740A is #438BF5. Grayscale: #7D7D7D. Windows color (decimal): -4426742 or 685244. OLE color: 685244.

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

Color convert

RGB18811610-
CMYK00.380.950.26
HSL35.73º89.9%38.82%-
HSV(B)35.73º94.68%73.73%-
XYZ27.0423.23.34-
YUV125.4462.85172.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.87%
GREEN value IS 116 (45.70% from 255) = 36.94%
BLUE value IS 10 (4.30% from 255) = 3.18%
R=59.87%
G=36.94%
B=3.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881161000.380.950.2635.7389.938.82
HexBC74A0265F1A245a27
Octal27416412046137324413247
Binary101111001110100101001001101011111110101001001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC740A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC740A; }

 p { color: rgb(188,116,10); }

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

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

 a { background-color: rgb(188,116,10); }

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

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

 span { border-color: rgb(188,116,10); }

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