#BA8B06

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

Shades of Dark Goldenrod #BA8B06

Tints of Dark Goldenrod #BA8B06

Color information

#BA8B06 (or 0xBA8B06) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 8B and 06. RGB value is (186,139,6). Sum of RGB (Red+Green+Blue) = 186+139+6=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 6 (2.73% from 255 or 1.81% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8B06 is #4574F9. Grayscale: #8A8A8A. Windows color (decimal): -4551930 or 428986. OLE color: 428986.

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

Color convert

RGB1861396-
CMYK00.250.970.27
HSL44.33º93.75%37.65%-
HSV(B)44.33º96.77%72.94%-
XYZ29.5228.924.2-
YUV137.8953.57162.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.19%
GREEN value IS 139 (54.69% from 255) = 41.99%
BLUE value IS 6 (2.73% from 255) = 1.81%
R=56.19%
G=41.99%
B=1.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186139600.250.970.2744.3393.7537.65
HexBA8B6019611B2c5e26
Octal2722136031141335413646
Binary10111010100010111100110011100001110111011001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8B06; }

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

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

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

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

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

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

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

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