Html Css Color HEX #BA8506 Dark Goldenrod

📋 copy color: '#BA8506'

red 186 ◦ green 133 ◦ blue 6

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

Shades of Dark Goldenrod #BA8506

Tints of Dark Goldenrod #BA8506

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.92%

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

R = 57.23%
G = 40.92%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA8506 (or 0xBA8506) is known color: Dark Goldenrod. HEX triplet: BA, 85 and 06. RGB value is (186,133,6). Sum of RGB (Red+Green+Blue) = 186+133+6=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 6 (2.73% from 255 or 1.85% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8506 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8506 is #457AF9. Grayscale: #868686. Windows color (decimal): -4553466 or 427450. OLE color: 427450.

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

Color convert

RGB 186 133 6 -
CMYK 0 0.28 0.97 0.27
HSL 42.33º 0.94% 0.38% -
HSV(B) 42.33º 0.97% 0.73% -
XYZ 28.67 27.23 3.92 -
YUV 134.37 55.56 164.83 -
System Red Green Blue C M Y K H S L
Decimal 186 133 6 0 0.28 0.97 0.27 42.33 0.94 0.38
Hex BA 85 6 0 1C 61 1B 2A 5E 26
Octal 272 205 6 0 34 141 33 52 136 46
Binary 10111010 10000101 110 0 11100 1100001 11011 101010 1011110 100110

Color Harmonies of #BA8506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8506

Black with #BA8506

Text Example


Text Example

White with #BA8506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8506; }

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

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

background-color css

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

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

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

border-color css

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

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

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