#BA830C

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

Shades of Dark Goldenrod #BA830C

Tints of Dark Goldenrod #BA830C

Color information

#BA830C (or 0xBA830C) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 83 and 0C. RGB value is (186,131,12). Sum of RGB (Red+Green+Blue) = 186+131+12=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA830C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA830C is #457CF3. Grayscale: #868686. Windows color (decimal): -4553972 or 820154. OLE color: 820154.

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

Color convert

RGB18613112-
CMYK00.300.940.27
HSL41.03º87.88%38.82%-
HSV(B)41.03º93.55%72.94%-
XYZ28.4326.74-
YUV133.8859.22165.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.53%
GREEN value IS 131 (51.56% from 255) = 39.82%
BLUE value IS 12 (5.08% from 255) = 3.65%
R=56.53%
G=39.82%
B=3.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861311200.300.940.2741.0387.8838.82
HexBA83C01E5E1B295827
Octal27220314036136335113047
Binary101110101000001111000111101011110110111010011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA830C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA830C; }

 p { color: rgb(186,131,12); }

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

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

 a { background-color: rgb(186,131,12); }

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

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

 span { border-color: rgb(186,131,12); }

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