Html Css Color HEX #BA9100 Dark Goldenrod

📋 copy color: '#BA9100'

red 186 ◦ green 145 ◦ blue 0

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

Shades of Dark Goldenrod #BA9100

Tints of Dark Goldenrod #BA9100

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.81%

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

R = 56.19%
G = 43.81%
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

#BA9100 (or 0xBA9100) is known color: Dark Goldenrod. HEX triplet: BA, 91 and 00. RGB value is (186,145,0). Sum of RGB (Red+Green+Blue) = 186+145+0=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9100 is #456EFF. Grayscale: #8D8D8D. Windows color (decimal): -4550400 or 37306. OLE color: 37306.

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

Color convert

RGB 186 145 0 -
CMYK 0 0.22 1 0.27
HSL 46.77º 1% 0.36% -
HSV(B) 46.77º 1% 0.73% -
XYZ 30.38 30.69 4.32 -
YUV 140.73 48.58 160.29 -
System Red Green Blue C M Y K H S L
Decimal 186 145 0 0 0.22 1 0.27 46.77 1 0.36
Hex BA 91 0 0 16 64 1B 2F 64 24
Octal 272 221 0 0 26 144 33 57 144 44
Binary 10111010 10010001 0 0 10110 1100100 11011 101111 1100100 100100

Color Harmonies of #BA9100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9100

Black with #BA9100

Text Example


Text Example

White with #BA9100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9100; }

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

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

background-color css

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

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

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

border-color css

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

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

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