Html Css Color HEX #BA7700 Dark Goldenrod

📋 copy color: '#BA7700'

red 186 ◦ green 119 ◦ blue 0

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

Shades of Dark Goldenrod #BA7700

Tints of Dark Goldenrod #BA7700

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.02%

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

R = 60.98%
G = 39.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA7700 (or 0xBA7700) is known color: Dark Goldenrod. HEX triplet: BA, 77 and 00. RGB value is (186,119,0). Sum of RGB (Red+Green+Blue) = 186+119+0=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7700 is #4588FF. Grayscale: #7E7E7E. Windows color (decimal): -4557056 or 30650. OLE color: 30650.

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

Color convert

RGB 186 119 0 -
CMYK 0 0.36 1 0.27
HSL 38.39º 1% 0.36% -
HSV(B) 38.39º 1% 0.73% -
XYZ 26.85 23.63 3.15 -
YUV 125.47 57.2 171.18 -
System Red Green Blue C M Y K H S L
Decimal 186 119 0 0 0.36 1 0.27 38.39 1 0.36
Hex BA 77 0 0 24 64 1B 26 64 24
Octal 272 167 0 0 44 144 33 46 144 44
Binary 10111010 1110111 0 0 100100 1100100 11011 100110 1100100 100100

Color Harmonies of #BA7700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7700

Black with #BA7700

Text Example


Text Example

White with #BA7700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7700; }

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

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

background-color css

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

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

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

border-color css

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

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

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