Html Css Color HEX #BA8515 Dark Goldenrod

📋 copy color: '#BA8515'

red 186 ◦ green 133 ◦ blue 21

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

Shades of Dark Goldenrod #BA8515

Tints of Dark Goldenrod #BA8515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.18%

R = 54.71%
G = 39.12%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA8515 (or 0xBA8515) is known color: Dark Goldenrod. HEX triplet: BA, 85 and 15. RGB value is (186,133,21). Sum of RGB (Red+Green+Blue) = 186+133+21=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 21 (8.59% from 255 or 6.18% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8515 is #457AEA. Grayscale: #888888. Windows color (decimal): -4553451 or 1410490. OLE color: 1410490.

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

Color convert

RGB 186 133 21 -
CMYK 0 0.28 0.89 0.27
HSL 40.73º 0.8% 0.41% -
HSV(B) 40.73º 0.89% 0.73% -
XYZ 28.77 27.27 4.46 -
YUV 136.08 63.06 163.61 -
System Red Green Blue C M Y K H S L
Decimal 186 133 21 0 0.28 0.89 0.27 40.73 0.8 0.41
Hex BA 85 15 0 1C 59 1B 29 50 29
Octal 272 205 25 0 34 131 33 51 120 51
Binary 10111010 10000101 10101 0 11100 1011001 11011 101001 1010000 101001

Color Harmonies of #BA8515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8515

Black with #BA8515

Text Example


Text Example

White with #BA8515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8515; }

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

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

background-color css

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

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

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

border-color css

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

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

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