Html Css Color HEX #BA7A0E Dark Goldenrod

📋 copy color: '#BA7A0E'

red 186 ◦ green 122 ◦ blue 14

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

Shades of Dark Goldenrod #BA7A0E

Tints of Dark Goldenrod #BA7A0E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.89%

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

R = 57.76%
G = 37.89%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA7A0E (or 0xBA7A0E) is known color: Dark Goldenrod. HEX triplet: BA, 7A and 0E. RGB value is (186,122,14). Sum of RGB (Red+Green+Blue) = 186+122+14=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 122 (48.05% from 255 or 37.89% from 322); Blue value is 14 (5.86% from 255 or 4.35% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7A0E is #4585F1. Grayscale: #818181. Windows color (decimal): -4556274 or 948922. OLE color: 948922.

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

Color convert

RGB 186 122 14 -
CMYK 0 0.34 0.92 0.27
HSL 37.67º 0.86% 0.39% -
HSV(B) 37.67º 0.92% 0.73% -
XYZ 27.29 24.39 3.68 -
YUV 128.82 63.2 168.78 -
System Red Green Blue C M Y K H S L
Decimal 186 122 14 0 0.34 0.92 0.27 37.67 0.86 0.39
Hex BA 7A E 0 22 5C 1B 26 56 27
Octal 272 172 16 0 42 134 33 46 126 47
Binary 10111010 1111010 1110 0 100010 1011100 11011 100110 1010110 100111

Color Harmonies of #BA7A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7A0E

Black with #BA7A0E

Text Example


Text Example

White with #BA7A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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