Html Css Color HEX #BA6E0F Dark Goldenrod

📋 copy color: '#BA6E0F'

red 186 ◦ green 110 ◦ blue 15

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

Shades of Dark Goldenrod #BA6E0F

Tints of Dark Goldenrod #BA6E0F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.37%

 BLUE value IS 15 (6.25% from 255) = 4.82%

R = 59.81%
G = 35.37%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA6E0F (or 0xBA6E0F) is known color: Dark Goldenrod. HEX triplet: BA, 6E and 0F. RGB value is (186,110,15). Sum of RGB (Red+Green+Blue) = 186+110+15=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 15 (6.25% from 255 or 4.82% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6E0F is #4591F0. Grayscale: #7A7A7A. Windows color (decimal): -4559345 or 1011386. OLE color: 1011386.

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

Color convert

RGB 186 110 15 -
CMYK 0 0.41 0.92 0.27
HSL 33.33º 0.85% 0.39% -
HSV(B) 33.33º 0.92% 0.73% -
XYZ 25.91 21.63 3.26 -
YUV 121.89 67.68 173.72 -
System Red Green Blue C M Y K H S L
Decimal 186 110 15 0 0.41 0.92 0.27 33.33 0.85 0.39
Hex BA 6E F 0 29 5C 1B 21 55 27
Octal 272 156 17 0 51 134 33 41 125 47
Binary 10111010 1101110 1111 0 101001 1011100 11011 100001 1010101 100111

Color Harmonies of #BA6E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6E0F

Black with #BA6E0F

Text Example


Text Example

White with #BA6E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6E0F; }

 p { color: rgb(186,110,15); }

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

background-color css

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

 a { background-color: rgb(186,110,15); }

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

border-color css

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

 span { border-color: rgb(186,110,15); }

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