Html Css Color HEX #BA9200 Dark Goldenrod

📋 copy color: '#BA9200'

red 186 ◦ green 146 ◦ blue 0

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

Shades of Dark Goldenrod #BA9200

Tints of Dark Goldenrod #BA9200

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.98%

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

R = 56.02%
G = 43.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA9200 (or 0xBA9200) is known color: Dark Goldenrod. HEX triplet: BA, 92 and 00. RGB value is (186,146,0). Sum of RGB (Red+Green+Blue) = 186+146+0=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9200 is #456DFF. Grayscale: #8D8D8D. Windows color (decimal): -4550144 or 37562. OLE color: 37562.

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

Color convert

RGB 186 146 0 -
CMYK 0 0.22 1 0.27
HSL 47.1º 1% 0.36% -
HSV(B) 47.1º 1% 0.73% -
XYZ 30.53 31 4.37 -
YUV 141.32 48.25 159.87 -
System Red Green Blue C M Y K H S L
Decimal 186 146 0 0 0.22 1 0.27 47.1 1 0.36
Hex BA 92 0 0 16 64 1B 2F 64 24
Octal 272 222 0 0 26 144 33 57 144 44
Binary 10111010 10010010 0 0 10110 1100100 11011 101111 1100100 100100

Color Harmonies of #BA9200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9200

Black with #BA9200

Text Example


Text Example

White with #BA9200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9200; }

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

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

background-color css

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

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

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

border-color css

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

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

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