#BA861A

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

Shades of Dark Goldenrod #BA861A

Tints of Dark Goldenrod #BA861A

Color information

#BA861A (or 0xBA861A) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 86 and 1A. RGB value is (186,134,26). Sum of RGB (Red+Green+Blue) = 186+134+26=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA861A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA861A is #4579E5. Grayscale: #898989. Windows color (decimal): -4553190 or 1738426. OLE color: 1738426.

HSL color Cylindrical-coordinate representation of color #BA861A: hue angle of 40.5º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA861A is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB18613426-
CMYK00.280.860.27
HSL40.5º75.47%41.57%-
HSV(B)40.5º86.02%72.94%-
XYZ28.9627.564.77-
YUV137.2465.23162.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.76%
GREEN value IS 134 (52.73% from 255) = 38.73%
BLUE value IS 26 (10.55% from 255) = 7.51%
R=53.76%
G=38.73%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861342600.280.860.2740.575.4741.57
HexBA861A01C561B284b2a
Octal27220632034126335011352
Binary1011101010000110110100111001010110110111010001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA861A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA861A; }

 p { color: rgb(186,134,26); }

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

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

 a { background-color: rgb(186,134,26); }

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

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

 span { border-color: rgb(186,134,26); }

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