#BA8103

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

Shades of Dark Goldenrod #BA8103

Tints of Dark Goldenrod #BA8103

Color information

#BA8103 (or 0xBA8103) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 81 and 03. RGB value is (186,129,3). Sum of RGB (Red+Green+Blue) = 186+129+3=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 3 (1.56% from 255 or 0.94% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8103 is #457EFC. Grayscale: #848484. Windows color (decimal): -4554493 or 229818. OLE color: 229818.

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

Color convert

RGB1861293-
CMYK00.310.980.27
HSL41.31º96.83%37.06%-
HSV(B)41.31º98.39%72.94%-
XYZ28.1226.153.65-
YUV131.6855.38166.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.49%
GREEN value IS 129 (50.78% from 255) = 40.57%
BLUE value IS 3 (1.56% from 255) = 0.94%
R=58.49%
G=40.57%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186129300.310.980.2741.3196.8337.06
HexBA81301F621B296125
Octal2722013037142335114145
Binary1011101010000001110111111100010110111010011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8103; }

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

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

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

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

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

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

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

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