#BA8C0F

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

Shades of Dark Goldenrod #BA8C0F

Tints of Dark Goldenrod #BA8C0F

Color information

#BA8C0F (or 0xBA8C0F) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 8C and 0F. RGB value is (186,140,15). Sum of RGB (Red+Green+Blue) = 186+140+15=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8C0F is #4573F0. Grayscale: #8C8C8C. Windows color (decimal): -4551665 or 1019066. OLE color: 1019066.

HSL color Cylindrical-coordinate representation of color #BA8C0F: hue angle of 43.86º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA8C0F is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB18614015-
CMYK00.250.920.27
HSL43.86º85.07%39.41%-
HSV(B)43.86º91.94%72.94%-
XYZ29.7129.234.53-
YUV139.557.74161.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.55%
GREEN value IS 140 (55.08% from 255) = 41.06%
BLUE value IS 15 (6.25% from 255) = 4.40%
R=54.55%
G=41.06%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861401500.250.920.2743.8685.0739.41
HexBA8CF0195C1B2c5527
Octal27221417031134335412547
Binary101110101000110011110110011011100110111011001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8C0F; }

 p { color: rgb(186,140,15); }

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

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

 a { background-color: rgb(186,140,15); }

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

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

 span { border-color: rgb(186,140,15); }

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