Html Css Color HEX #BA8505 Dark Goldenrod

📋 copy color: '#BA8505'

red 186 ◦ green 133 ◦ blue 5

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

Shades of Dark Goldenrod #BA8505

Tints of Dark Goldenrod #BA8505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.54%

R = 57.41%
G = 41.05%
B = 1.54%

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

#BA8505 (or 0xBA8505) is known color: Dark Goldenrod. HEX triplet: BA, 85 and 05. RGB value is (186,133,5). Sum of RGB (Red+Green+Blue) = 186+133+5=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8505 is #457AFA. Grayscale: #868686. Windows color (decimal): -4553467 or 361914. OLE color: 361914.

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

Color convert

RGB 186 133 5 -
CMYK 0 0.28 0.97 0.27
HSL 42.43º 0.95% 0.37% -
HSV(B) 42.43º 0.97% 0.73% -
XYZ 28.66 27.23 3.89 -
YUV 134.26 55.06 164.91 -
System Red Green Blue C M Y K H S L
Decimal 186 133 5 0 0.28 0.97 0.27 42.43 0.95 0.37
Hex BA 85 5 0 1C 61 1B 2A 5F 25
Octal 272 205 5 0 34 141 33 52 137 45
Binary 10111010 10000101 101 0 11100 1100001 11011 101010 1011111 100101

Color Harmonies of #BA8505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8505

Black with #BA8505

Text Example


Text Example

White with #BA8505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8505; }

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

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

background-color css

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

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

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

border-color css

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

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

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