Html Css Color HEX #BA8600 Dark Goldenrod

📋 copy color: '#BA8600'

red 186 ◦ green 134 ◦ blue 0

#BA8600
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #BA8600

Tints of Dark Goldenrod #BA8600

RGB

 RED value IS 186 (73.05% from 255) = 58.13%

 GREEN value IS 134 (52.73% from 255) = 41.88%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.13%
G = 41.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA8600 (or 0xBA8600) is known color: Dark Goldenrod. HEX triplet: BA, 86 and 00. RGB value is (186,134,0). Sum of RGB (Red+Green+Blue) = 186+134+0=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8600 is #4579FF. Grayscale: #868686. Windows color (decimal): -4553216 or 34490. OLE color: 34490.

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

Color convert

RGB 186 134 0 -
CMYK 0 0.28 1 0.27
HSL 43.23º 1% 0.36% -
HSV(B) 43.23º 1% 0.73% -
XYZ 28.77 27.49 3.79 -
YUV 134.27 52.23 164.9 -
System Red Green Blue C M Y K H S L
Decimal 186 134 0 0 0.28 1 0.27 43.23 1 0.36
Hex BA 86 0 0 1C 64 1B 2B 64 24
Octal 272 206 0 0 34 144 33 53 144 44
Binary 10111010 10000110 0 0 11100 1100100 11011 101011 1100100 100100

Color Harmonies of #BA8600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8600

Black with #BA8600

Text Example


Text Example

White with #BA8600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8600; }

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

 H1.HeaderClassName
 {
   color: #BA8600;
 }
 .AnyTagClassName
 {
   color: #BA8600;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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