Html Css Color HEX #BA8200 Dark Goldenrod

📋 copy color: '#BA8200'

red 186 ◦ green 130 ◦ blue 0

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

Shades of Dark Goldenrod #BA8200

Tints of Dark Goldenrod #BA8200

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.14%

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

R = 58.86%
G = 41.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA8200 (or 0xBA8200) is known color: Dark Goldenrod. HEX triplet: BA, 82 and 00. RGB value is (186,130,0). Sum of RGB (Red+Green+Blue) = 186+130+0=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8200 is #457DFF. Grayscale: #848484. Windows color (decimal): -4554240 or 33466. OLE color: 33466.

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

Color convert

RGB 186 130 0 -
CMYK 0 0.30 1 0.27
HSL 41.94º 1% 0.36% -
HSV(B) 41.94º 1% 0.73% -
XYZ 28.23 26.4 3.61 -
YUV 131.92 53.55 166.57 -
System Red Green Blue C M Y K H S L
Decimal 186 130 0 0 0.30 1 0.27 41.94 1 0.36
Hex BA 82 0 0 1E 64 1B 2A 64 24
Octal 272 202 0 0 36 144 33 52 144 44
Binary 10111010 10000010 0 0 11110 1100100 11011 101010 1100100 100100

Color Harmonies of #BA8200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8200

Black with #BA8200

Text Example


Text Example

White with #BA8200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8200; }

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

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

background-color css

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

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

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

border-color css

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

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

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