Html Css Color HEX #BA7913 Dark Goldenrod

📋 copy color: '#BA7913'

red 186 ◦ green 121 ◦ blue 19

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

Shades of Dark Goldenrod #BA7913

Tints of Dark Goldenrod #BA7913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.83%

R = 57.06%
G = 37.12%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA7913 (or 0xBA7913) is known color: Dark Goldenrod. HEX triplet: BA, 79 and 13. RGB value is (186,121,19). Sum of RGB (Red+Green+Blue) = 186+121+19=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7913 is #4586EC. Grayscale: #818181. Windows color (decimal): -4556525 or 1276346. OLE color: 1276346.

HSL color Cylindrical-coordinate representation of color #BA7913: hue angle of 36.65º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA7913 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 121 19 -
CMYK 0 0.35 0.90 0.27
HSL 36.65º 0.81% 0.4% -
HSV(B) 36.65º 0.9% 0.73% -
XYZ 27.2 24.16 3.85 -
YUV 128.81 66.03 168.79 -
System Red Green Blue C M Y K H S L
Decimal 186 121 19 0 0.35 0.90 0.27 36.65 0.81 0.4
Hex BA 79 13 0 23 5A 1B 25 51 28
Octal 272 171 23 0 43 132 33 45 121 50
Binary 10111010 1111001 10011 0 100011 1011010 11011 100101 1010001 101000

Color Harmonies of #BA7913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7913

Black with #BA7913

Text Example


Text Example

White with #BA7913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7913; }

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

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

background-color css

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

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

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

border-color css

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

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

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