#BA8B0F

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

Shades of Dark Goldenrod #BA8B0F

Tints of Dark Goldenrod #BA8B0F

Color information

#BA8B0F (or 0xBA8B0F) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 8B and 0F. RGB value is (186,139,15). Sum of RGB (Red+Green+Blue) = 186+139+15=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8B0F is #4574F0. Grayscale: #8B8B8B. Windows color (decimal): -4551921 or 1018810. OLE color: 1018810.

HSL color Cylindrical-coordinate representation of color #BA8B0F: hue angle of 43.51º 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 #BA8B0F is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB18613915-
CMYK00.250.920.27
HSL43.51º85.07%39.41%-
HSV(B)43.51º91.94%72.94%-
XYZ29.5728.944.48-
YUV138.9258.07161.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.71%
GREEN value IS 139 (54.69% from 255) = 40.88%
BLUE value IS 15 (6.25% from 255) = 4.41%
R=54.71%
G=40.88%
B=4.41%

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
Decimal1861391500.250.920.2743.5185.0739.41
HexBA8BF0195C1B2c5527
Octal27221317031134335412547
Binary101110101000101111110110011011100110111011001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8B0F; }

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

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

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

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

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

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

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

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