Html Css Color HEX #BA7400 Dark Goldenrod

📋 copy color: '#BA7400'

red 186 ◦ green 116 ◦ blue 0

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

Shades of Dark Goldenrod #BA7400

Tints of Dark Goldenrod #BA7400

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.41%

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

R = 61.59%
G = 38.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA7400 (or 0xBA7400) is known color: Dark Goldenrod. HEX triplet: BA, 74 and 00. RGB value is (186,116,0). Sum of RGB (Red+Green+Blue) = 186+116+0=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7400 is #458BFF. Grayscale: #7C7C7C. Windows color (decimal): -4557824 or 29882. OLE color: 29882.

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

Color convert

RGB 186 116 0 -
CMYK 0 0.38 1 0.27
HSL 37.42º 1% 0.36% -
HSV(B) 37.42º 1% 0.73% -
XYZ 26.5 22.93 3.03 -
YUV 123.71 58.19 172.43 -
System Red Green Blue C M Y K H S L
Decimal 186 116 0 0 0.38 1 0.27 37.42 1 0.36
Hex BA 74 0 0 26 64 1B 25 64 24
Octal 272 164 0 0 46 144 33 45 144 44
Binary 10111010 1110100 0 0 100110 1100100 11011 100101 1100100 100100

Color Harmonies of #BA7400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7400

Black with #BA7400

Text Example


Text Example

White with #BA7400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7400; }

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

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

background-color css

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

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

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

border-color css

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

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

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