Html Css Color HEX #BA8C0E Dark Goldenrod

📋 copy color: '#BA8C0E'

red 186 ◦ green 140 ◦ blue 14

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

Shades of Dark Goldenrod #BA8C0E

Tints of Dark Goldenrod #BA8C0E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.18%

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

R = 54.71%
G = 41.18%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA8C0E (or 0xBA8C0E) is known color: Dark Goldenrod. HEX triplet: BA, 8C and 0E. RGB value is (186,140,14). Sum of RGB (Red+Green+Blue) = 186+140+14=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 140 (55.08% from 255 or 41.18% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8C0E is #4573F1. Grayscale: #8B8B8B. Windows color (decimal): -4551666 or 953530. OLE color: 953530.

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

Color convert

RGB 186 140 14 -
CMYK 0 0.25 0.92 0.27
HSL 43.95º 0.86% 0.39% -
HSV(B) 43.95º 0.92% 0.73% -
XYZ 29.71 29.23 4.49 -
YUV 139.39 57.24 161.25 -
System Red Green Blue C M Y K H S L
Decimal 186 140 14 0 0.25 0.92 0.27 43.95 0.86 0.39
Hex BA 8C E 0 19 5C 1B 2C 56 27
Octal 272 214 16 0 31 134 33 54 126 47
Binary 10111010 10001100 1110 0 11001 1011100 11011 101100 1010110 100111

Color Harmonies of #BA8C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8C0E

Black with #BA8C0E

Text Example


Text Example

White with #BA8C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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