Html Css Color HEX #BA790D Dark Goldenrod

📋 copy color: '#BA790D'

red 186 ◦ green 121 ◦ blue 13

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

Shades of Dark Goldenrod #BA790D

Tints of Dark Goldenrod #BA790D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.06%

R = 58.13%
G = 37.81%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BA790D (or 0xBA790D) is known color: Dark Goldenrod. HEX triplet: BA, 79 and 0D. RGB value is (186,121,13). Sum of RGB (Red+Green+Blue) = 186+121+13=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA790D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA790D is #4586F2. Grayscale: #808080. Windows color (decimal): -4556531 or 883130. OLE color: 883130.

HSL color Cylindrical-coordinate representation of color #BA790D: hue angle of 37.46º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA790D is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 121 13 -
CMYK 0 0.35 0.93 0.27
HSL 37.46º 0.87% 0.39% -
HSV(B) 37.46º 0.93% 0.73% -
XYZ 27.16 24.14 3.61 -
YUV 128.12 63.03 169.28 -
System Red Green Blue C M Y K H S L
Decimal 186 121 13 0 0.35 0.93 0.27 37.46 0.87 0.39
Hex BA 79 D 0 23 5D 1B 25 57 27
Octal 272 171 15 0 43 135 33 45 127 47
Binary 10111010 1111001 1101 0 100011 1011101 11011 100101 1010111 100111

Color Harmonies of #BA790D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA790D

Black with #BA790D

Text Example


Text Example

White with #BA790D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA790D; }

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

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

background-color css

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

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

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

border-color css

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

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

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