Html Css Color HEX #BA8400 Dark Goldenrod

📋 copy color: '#BA8400'

red 186 ◦ green 132 ◦ blue 0

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

Shades of Dark Goldenrod #BA8400

Tints of Dark Goldenrod #BA8400

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.51%

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

R = 58.49%
G = 41.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA8400 (or 0xBA8400) is known color: Dark Goldenrod. HEX triplet: BA, 84 and 00. RGB value is (186,132,0). Sum of RGB (Red+Green+Blue) = 186+132+0=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8400 is #457BFF. Grayscale: #858585. Windows color (decimal): -4553728 or 33978. OLE color: 33978.

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

Color convert

RGB 186 132 0 -
CMYK 0 0.29 1 0.27
HSL 42.58º 1% 0.36% -
HSV(B) 42.58º 1% 0.73% -
XYZ 28.5 26.94 3.7 -
YUV 133.1 52.89 165.73 -
System Red Green Blue C M Y K H S L
Decimal 186 132 0 0 0.29 1 0.27 42.58 1 0.36
Hex BA 84 0 0 1D 64 1B 2B 64 24
Octal 272 204 0 0 35 144 33 53 144 44
Binary 10111010 10000100 0 0 11101 1100100 11011 101011 1100100 100100

Color Harmonies of #BA8400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8400

Black with #BA8400

Text Example


Text Example

White with #BA8400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8400; }

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

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

background-color css

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

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

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

border-color css

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

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

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