#BA6D0A

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

Shades of Dark Goldenrod #BA6D0A

Tints of Dark Goldenrod #BA6D0A

Color information

#BA6D0A (or 0xBA6D0A) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 6D and 0A. RGB value is (186,109,10). Sum of RGB (Red+Green+Blue) = 186+109+10=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6D0A is #4592F5. Grayscale: #797979. Windows color (decimal): -4559606 or 683450. OLE color: 683450.

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

Color convert

RGB18610910-
CMYK00.410.950.27
HSL33.75º89.8%38.43%-
HSV(B)33.75º94.62%72.94%-
XYZ25.7721.43.06-
YUV120.7465.51174.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.98%
GREEN value IS 109 (42.97% from 255) = 35.74%
BLUE value IS 10 (4.30% from 255) = 3.28%
R=60.98%
G=35.74%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861091000.410.950.2733.7589.838.43
HexBA6DA0295F1B225a26
Octal27215512051137334213246
Binary101110101101101101001010011011111110111000101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6D0A; }

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

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

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

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

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

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

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

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