Html Css Color HEX #BA8215 Dark Goldenrod

📋 copy color: '#BA8215'

red 186 ◦ green 130 ◦ blue 21

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

Shades of Dark Goldenrod #BA8215

Tints of Dark Goldenrod #BA8215

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.58%

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

R = 55.19%
G = 38.58%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA8215 (or 0xBA8215) is known color: Dark Goldenrod. HEX triplet: BA, 82 and 15. RGB value is (186,130,21). Sum of RGB (Red+Green+Blue) = 186+130+21=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8215 is #457DEA. Grayscale: #868686. Windows color (decimal): -4554219 or 1409722. OLE color: 1409722.

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

Color convert

RGB 186 130 21 -
CMYK 0 0.30 0.89 0.27
HSL 39.64º 0.8% 0.41% -
HSV(B) 39.64º 0.89% 0.73% -
XYZ 28.37 26.46 4.32 -
YUV 134.32 64.05 164.86 -
System Red Green Blue C M Y K H S L
Decimal 186 130 21 0 0.30 0.89 0.27 39.64 0.8 0.41
Hex BA 82 15 0 1E 59 1B 28 50 29
Octal 272 202 25 0 36 131 33 50 120 51
Binary 10111010 10000010 10101 0 11110 1011001 11011 101000 1010000 101001

Color Harmonies of #BA8215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8215

Black with #BA8215

Text Example


Text Example

White with #BA8215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8215; }

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

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

background-color css

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

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

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

border-color css

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

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

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