Html Css Color HEX #BA6F04 Dark Goldenrod

📋 copy color: '#BA6F04'

red 186 ◦ green 111 ◦ blue 4

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

Shades of Dark Goldenrod #BA6F04

Tints of Dark Goldenrod #BA6F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.33%

R = 61.79%
G = 36.88%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA6F04 (or 0xBA6F04) is known color: Dark Goldenrod. HEX triplet: BA, 6F and 04. RGB value is (186,111,4). Sum of RGB (Red+Green+Blue) = 186+111+4=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 4 (1.95% from 255 or 1.33% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6F04 is #4590FB. Grayscale: #797979. Windows color (decimal): -4559100 or 290746. OLE color: 290746.

HSL color Cylindrical-coordinate representation of color #BA6F04: hue angle of 35.27º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA6F04 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 111 4 -
CMYK 0 0.40 0.98 0.27
HSL 35.27º 0.96% 0.37% -
HSV(B) 35.27º 0.98% 0.73% -
XYZ 25.96 21.82 2.96 -
YUV 121.23 61.85 174.2 -
System Red Green Blue C M Y K H S L
Decimal 186 111 4 0 0.40 0.98 0.27 35.27 0.96 0.37
Hex BA 6F 4 0 28 62 1B 23 60 25
Octal 272 157 4 0 50 142 33 43 140 45
Binary 10111010 1101111 100 0 101000 1100010 11011 100011 1100000 100101

Color Harmonies of #BA6F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F04

Black with #BA6F04

Text Example


Text Example

White with #BA6F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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