Html Css Color HEX #BA7600 Dark Goldenrod

📋 copy color: '#BA7600'

red 186 ◦ green 118 ◦ blue 0

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

Shades of Dark Goldenrod #BA7600

Tints of Dark Goldenrod #BA7600

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.82%

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

R = 61.18%
G = 38.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA7600 (or 0xBA7600) is known color: Dark Goldenrod. HEX triplet: BA, 76 and 00. RGB value is (186,118,0). Sum of RGB (Red+Green+Blue) = 186+118+0=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7600 is #4589FF. Grayscale: #7D7D7D. Windows color (decimal): -4557312 or 30394. OLE color: 30394.

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

Color convert

RGB 186 118 0 -
CMYK 0 0.37 1 0.27
HSL 38.06º 1% 0.36% -
HSV(B) 38.06º 1% 0.73% -
XYZ 26.73 23.4 3.11 -
YUV 124.88 57.53 171.59 -
System Red Green Blue C M Y K H S L
Decimal 186 118 0 0 0.37 1 0.27 38.06 1 0.36
Hex BA 76 0 0 25 64 1B 26 64 24
Octal 272 166 0 0 45 144 33 46 144 44
Binary 10111010 1110110 0 0 100101 1100100 11011 100110 1100100 100100

Color Harmonies of #BA7600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7600

Black with #BA7600

Text Example


Text Example

White with #BA7600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7600; }

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

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

background-color css

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

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

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

border-color css

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

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

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