Html Css Color HEX #BA6F0E Dark Goldenrod

📋 copy color: '#BA6F0E'

red 186 ◦ green 111 ◦ blue 14

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

Shades of Dark Goldenrod #BA6F0E

Tints of Dark Goldenrod #BA6F0E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.69%

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

R = 59.81%
G = 35.69%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA6F0E (or 0xBA6F0E) is known color: Dark Goldenrod. HEX triplet: BA, 6F and 0E. RGB value is (186,111,14). Sum of RGB (Red+Green+Blue) = 186+111+14=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 14 (5.86% from 255 or 4.50% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6F0E is #4590F1. Grayscale: #7A7A7A. Windows color (decimal): -4559090 or 946106. OLE color: 946106.

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

Color convert

RGB 186 111 14 -
CMYK 0 0.40 0.92 0.27
HSL 33.84º 0.86% 0.39% -
HSV(B) 33.84º 0.92% 0.73% -
XYZ 26.01 21.84 3.26 -
YUV 122.37 66.85 173.39 -
System Red Green Blue C M Y K H S L
Decimal 186 111 14 0 0.40 0.92 0.27 33.84 0.86 0.39
Hex BA 6F E 0 28 5C 1B 22 56 27
Octal 272 157 16 0 50 134 33 42 126 47
Binary 10111010 1101111 1110 0 101000 1011100 11011 100010 1010110 100111

Color Harmonies of #BA6F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F0E

Black with #BA6F0E

Text Example


Text Example

White with #BA6F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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