Html Css Color HEX #BA780E Dark Goldenrod

📋 copy color: '#BA780E'

red 186 ◦ green 120 ◦ blue 14

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

Shades of Dark Goldenrod #BA780E

Tints of Dark Goldenrod #BA780E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.5%

 BLUE value IS 14 (5.86% from 255) = 4.38%

R = 58.13%
G = 37.5%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA780E (or 0xBA780E) is known color: Dark Goldenrod. HEX triplet: BA, 78 and 0E. RGB value is (186,120,14). Sum of RGB (Red+Green+Blue) = 186+120+14=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 14 (5.86% from 255 or 4.38% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA780E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA780E is #4587F1. Grayscale: #808080. Windows color (decimal): -4556786 or 948410. OLE color: 948410.

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

Color convert

RGB 186 120 14 -
CMYK 0 0.35 0.92 0.27
HSL 36.98º 0.86% 0.39% -
HSV(B) 36.98º 0.92% 0.73% -
XYZ 27.05 23.9 3.6 -
YUV 127.65 63.87 169.62 -
System Red Green Blue C M Y K H S L
Decimal 186 120 14 0 0.35 0.92 0.27 36.98 0.86 0.39
Hex BA 78 E 0 23 5C 1B 25 56 27
Octal 272 170 16 0 43 134 33 45 126 47
Binary 10111010 1111000 1110 0 100011 1011100 11011 100101 1010110 100111

Color Harmonies of #BA780E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA780E

Black with #BA780E

Text Example


Text Example

White with #BA780E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA780E; }

 p { color: rgb(186,120,14); }

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

background-color css

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

 a { background-color: rgb(186,120,14); }

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

border-color css

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

 span { border-color: rgb(186,120,14); }

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