Html Css Color HEX #BA740E Dark Goldenrod

📋 copy color: '#BA740E'

red 186 ◦ green 116 ◦ blue 14

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

Shades of Dark Goldenrod #BA740E

Tints of Dark Goldenrod #BA740E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.71%

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

R = 58.86%
G = 36.71%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA740E (or 0xBA740E) is known color: Dark Goldenrod. HEX triplet: BA, 74 and 0E. RGB value is (186,116,14). Sum of RGB (Red+Green+Blue) = 186+116+14=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA740E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA740E is #458BF1. Grayscale: #7D7D7D. Windows color (decimal): -4557810 or 947386. OLE color: 947386.

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

Color convert

RGB 186 116 14 -
CMYK 0 0.38 0.92 0.27
HSL 35.58º 0.86% 0.39% -
HSV(B) 35.58º 0.92% 0.73% -
XYZ 26.57 22.96 3.45 -
YUV 125.3 65.19 171.29 -
System Red Green Blue C M Y K H S L
Decimal 186 116 14 0 0.38 0.92 0.27 35.58 0.86 0.39
Hex BA 74 E 0 26 5C 1B 24 56 27
Octal 272 164 16 0 46 134 33 44 126 47
Binary 10111010 1110100 1110 0 100110 1011100 11011 100100 1010110 100111

Color Harmonies of #BA740E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA740E

Black with #BA740E

Text Example


Text Example

White with #BA740E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA740E; }

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

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

background-color css

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

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

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

border-color css

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

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

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