Html Css Color HEX #BA7B0E Dark Goldenrod

📋 copy color: '#BA7B0E'

red 186 ◦ green 123 ◦ blue 14

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

Shades of Dark Goldenrod #BA7B0E

Tints of Dark Goldenrod #BA7B0E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.08%

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

R = 57.59%
G = 38.08%
B = 4.33%

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

#BA7B0E (or 0xBA7B0E) is known color: Dark Goldenrod. HEX triplet: BA, 7B and 0E. RGB value is (186,123,14). Sum of RGB (Red+Green+Blue) = 186+123+14=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 14 (5.86% from 255 or 4.33% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7B0E is #4584F1. Grayscale: #818181. Windows color (decimal): -4556018 or 949178. OLE color: 949178.

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

Color convert

RGB 186 123 14 -
CMYK 0 0.34 0.92 0.27
HSL 38.02º 0.86% 0.39% -
HSV(B) 38.02º 0.92% 0.73% -
XYZ 27.41 24.64 3.73 -
YUV 129.41 62.87 168.36 -
System Red Green Blue C M Y K H S L
Decimal 186 123 14 0 0.34 0.92 0.27 38.02 0.86 0.39
Hex BA 7B E 0 22 5C 1B 26 56 27
Octal 272 173 16 0 42 134 33 46 126 47
Binary 10111010 1111011 1110 0 100010 1011100 11011 100110 1010110 100111

Color Harmonies of #BA7B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B0E

Black with #BA7B0E

Text Example


Text Example

White with #BA7B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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