Html Css Color HEX #BA7900 Dark Goldenrod

📋 copy color: '#BA7900'

red 186 ◦ green 121 ◦ blue 0

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

Shades of Dark Goldenrod #BA7900

Tints of Dark Goldenrod #BA7900

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.41%

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

R = 60.59%
G = 39.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA7900 (or 0xBA7900) is known color: Dark Goldenrod. HEX triplet: BA, 79 and 00. RGB value is (186,121,0). Sum of RGB (Red+Green+Blue) = 186+121+0=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7900 is #4586FF. Grayscale: #7F7F7F. Windows color (decimal): -4556544 or 31162. OLE color: 31162.

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

Color convert

RGB 186 121 0 -
CMYK 0 0.35 1 0.27
HSL 39.03º 1% 0.36% -
HSV(B) 39.03º 1% 0.73% -
XYZ 27.09 24.11 3.23 -
YUV 126.64 56.53 170.34 -
System Red Green Blue C M Y K H S L
Decimal 186 121 0 0 0.35 1 0.27 39.03 1 0.36
Hex BA 79 0 0 23 64 1B 27 64 24
Octal 272 171 0 0 43 144 33 47 144 44
Binary 10111010 1111001 0 0 100011 1100100 11011 100111 1100100 100100

Color Harmonies of #BA7900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7900

Black with #BA7900

Text Example


Text Example

White with #BA7900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7900; }

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

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

background-color css

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

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

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

border-color css

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

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

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