Html Css Color HEX #BA860E Dark Goldenrod

📋 copy color: '#BA860E'

red 186 ◦ green 134 ◦ blue 14

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

Shades of Dark Goldenrod #BA860E

Tints of Dark Goldenrod #BA860E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.12%

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

R = 55.69%
G = 40.12%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA860E (or 0xBA860E) is known color: Dark Goldenrod. HEX triplet: BA, 86 and 0E. RGB value is (186,134,14). Sum of RGB (Red+Green+Blue) = 186+134+14=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA860E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA860E is #4579F1. Grayscale: #888888. Windows color (decimal): -4553202 or 951994. OLE color: 951994.

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

Color convert

RGB 186 134 14 -
CMYK 0 0.28 0.92 0.27
HSL 41.86º 0.86% 0.39% -
HSV(B) 41.86º 0.92% 0.73% -
XYZ 28.85 27.52 4.21 -
YUV 135.87 59.23 163.76 -
System Red Green Blue C M Y K H S L
Decimal 186 134 14 0 0.28 0.92 0.27 41.86 0.86 0.39
Hex BA 86 E 0 1C 5C 1B 2A 56 27
Octal 272 206 16 0 34 134 33 52 126 47
Binary 10111010 10000110 1110 0 11100 1011100 11011 101010 1010110 100111

Color Harmonies of #BA860E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA860E

Black with #BA860E

Text Example


Text Example

White with #BA860E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA860E; }

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

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

background-color css

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

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

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

border-color css

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

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

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