#BA6C00

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

Shades of Dark Goldenrod #BA6C00

Tints of Dark Goldenrod #BA6C00

Color information

#BA6C00 (or 0xBA6C00) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 6C and 00. RGB value is (186,108,0). Sum of RGB (Red+Green+Blue) = 186+108+0=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6C00 is #4593FF. Grayscale: #777777. Windows color (decimal): -4559872 or 27834. OLE color: 27834.

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

Color convert

RGB1861080-
CMYK00.4210.27
HSL34.84º100%36.47%-
HSV(B)34.84º100%72.94%-
XYZ25.6121.162.74-
YUV119.0160.84175.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.27%
GREEN value IS 108 (42.58% from 255) = 36.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.27%
G=36.73%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186108000.4210.2734.8410036.47
HexBA6C002A641B236424
Octal2721540052144334314444
Binary101110101101100001010101100100110111000111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6C00; }

 p { color: rgb(186,108,0); }

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

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

 a { background-color: rgb(186,108,0); }

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

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

 span { border-color: rgb(186,108,0); }

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