Html Css Color HEX #BA8915 Dark Goldenrod

📋 copy color: '#BA8915'

red 186 ◦ green 137 ◦ blue 21

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

Shades of Dark Goldenrod #BA8915

Tints of Dark Goldenrod #BA8915

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.83%

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

R = 54.07%
G = 39.83%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA8915 (or 0xBA8915) is known color: Dark Goldenrod. HEX triplet: BA, 89 and 15. RGB value is (186,137,21). Sum of RGB (Red+Green+Blue) = 186+137+21=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 21 (8.59% from 255 or 6.10% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8915 is #4576EA. Grayscale: #8A8A8A. Windows color (decimal): -4552427 or 1411514. OLE color: 1411514.

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

Color convert

RGB 186 137 21 -
CMYK 0 0.26 0.89 0.27
HSL 42.18º 0.8% 0.41% -
HSV(B) 42.18º 0.89% 0.73% -
XYZ 29.33 28.38 4.64 -
YUV 138.43 61.73 161.93 -
System Red Green Blue C M Y K H S L
Decimal 186 137 21 0 0.26 0.89 0.27 42.18 0.8 0.41
Hex BA 89 15 0 1A 59 1B 2A 50 29
Octal 272 211 25 0 32 131 33 52 120 51
Binary 10111010 10001001 10101 0 11010 1011001 11011 101010 1010000 101001

Color Harmonies of #BA8915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8915

Black with #BA8915

Text Example


Text Example

White with #BA8915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8915; }

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

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

background-color css

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

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

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

border-color css

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

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

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