#BA9803

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

Shades of Dark Goldenrod #BA9803

Tints of Dark Goldenrod #BA9803

Color information

#BA9803 (or 0xBA9803) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 98 and 03. RGB value is (186,152,3). Sum of RGB (Red+Green+Blue) = 186+152+3=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 3 (1.56% from 255 or 0.88% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9803 is #4567FC. Grayscale: #919191. Windows color (decimal): -4548605 or 235706. OLE color: 235706.

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

Color convert

RGB1861523-
CMYK00.180.980.27
HSL48.85º96.83%37.06%-
HSV(B)48.85º98.39%72.94%-
XYZ31.4932.94.78-
YUV145.1847.76157.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.55%
GREEN value IS 152 (59.77% from 255) = 44.57%
BLUE value IS 3 (1.56% from 255) = 0.88%
R=54.55%
G=44.57%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186152300.180.980.2748.8596.8337.06
HexBA983012621B316125
Octal2722303022142336114145
Binary1011101010011000110100101100010110111100011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9803; }

 p { color: rgb(186,152,3); }

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

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

 a { background-color: rgb(186,152,3); }

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

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

 span { border-color: rgb(186,152,3); }

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