Html Css Color HEX #BA7D11 Dark Goldenrod

📋 copy color: '#BA7D11'

red 186 ◦ green 125 ◦ blue 17

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

Shades of Dark Goldenrod #BA7D11

Tints of Dark Goldenrod #BA7D11

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.11%

 BLUE value IS 17 (7.03% from 255) = 5.18%

R = 56.71%
G = 38.11%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA7D11 (or 0xBA7D11) is known color: Dark Goldenrod. HEX triplet: BA, 7D and 11. RGB value is (186,125,17). Sum of RGB (Red+Green+Blue) = 186+125+17=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 17 (7.03% from 255 or 5.18% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7D11 is #4582EE. Grayscale: #838383. Windows color (decimal): -4555503 or 1146298. OLE color: 1146298.

HSL color Cylindrical-coordinate representation of color #BA7D11: hue angle of 38.34º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA7D11 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 125 17 -
CMYK 0 0.33 0.91 0.27
HSL 38.34º 0.83% 0.4% -
HSV(B) 38.34º 0.91% 0.73% -
XYZ 27.68 25.15 3.93 -
YUV 130.93 63.71 167.28 -
System Red Green Blue C M Y K H S L
Decimal 186 125 17 0 0.33 0.91 0.27 38.34 0.83 0.4
Hex BA 7D 11 0 21 5B 1B 26 53 28
Octal 272 175 21 0 41 133 33 46 123 50
Binary 10111010 1111101 10001 0 100001 1011011 11011 100110 1010011 101000

Color Harmonies of #BA7D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7D11

Black with #BA7D11

Text Example


Text Example

White with #BA7D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7D11; }

 p { color: rgb(186,125,17); }

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

background-color css

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

 a { background-color: rgb(186,125,17); }

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

border-color css

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

 span { border-color: rgb(186,125,17); }

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