#BA860A

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

Shades of Dark Goldenrod #BA860A

Tints of Dark Goldenrod #BA860A

Color information

#BA860A (or 0xBA860A) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 86 and 0A. RGB value is (186,134,10). Sum of RGB (Red+Green+Blue) = 186+134+10=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 10 (4.30% from 255 or 3.03% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA860A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA860A is #4579F5. Grayscale: #878787. Windows color (decimal): -4553206 or 689850. OLE color: 689850.

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

Color convert

RGB18613410-
CMYK00.280.950.27
HSL42.27º89.8%38.43%-
HSV(B)42.27º94.62%72.94%-
XYZ28.8327.514.08-
YUV135.4157.23164.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.36%
GREEN value IS 134 (52.73% from 255) = 40.61%
BLUE value IS 10 (4.30% from 255) = 3.03%
R=56.36%
G=40.61%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861341000.280.950.2742.2789.838.43
HexBA86A01C5F1B2a5a26
Octal27220612034137335213246
Binary101110101000011010100111001011111110111010101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA860A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA860A; }

 p { color: rgb(186,134,10); }

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

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

 a { background-color: rgb(186,134,10); }

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

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

 span { border-color: rgb(186,134,10); }

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