Html Css Color HEX #BA6F06 Dark Goldenrod

📋 copy color: '#BA6F06'

red 186 ◦ green 111 ◦ blue 6

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

Shades of Dark Goldenrod #BA6F06

Tints of Dark Goldenrod #BA6F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.98%

R = 61.39%
G = 36.63%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA6F06 (or 0xBA6F06) is known color: Dark Goldenrod. HEX triplet: BA, 6F and 06. RGB value is (186,111,6). Sum of RGB (Red+Green+Blue) = 186+111+6=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 6 (2.73% from 255 or 1.98% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6F06 is #4590F9. Grayscale: #797979. Windows color (decimal): -4559098 or 421818. OLE color: 421818.

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

Color convert

RGB 186 111 6 -
CMYK 0 0.40 0.97 0.27
HSL 35º 0.94% 0.38% -
HSV(B) 35º 0.97% 0.73% -
XYZ 25.97 21.82 3.02 -
YUV 121.46 62.85 174.04 -
System Red Green Blue C M Y K H S L
Decimal 186 111 6 0 0.40 0.97 0.27 35 0.94 0.38
Hex BA 6F 6 0 28 61 1B 23 5E 26
Octal 272 157 6 0 50 141 33 43 136 46
Binary 10111010 1101111 110 0 101000 1100001 11011 100011 1011110 100110

Color Harmonies of #BA6F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F06

Black with #BA6F06

Text Example


Text Example

White with #BA6F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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