Html Css Color HEX #BA8D10 Dark Goldenrod

📋 copy color: '#BA8D10'

red 186 ◦ green 141 ◦ blue 16

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

Shades of Dark Goldenrod #BA8D10

Tints of Dark Goldenrod #BA8D10

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.11%

 BLUE value IS 16 (6.64% from 255) = 4.66%

R = 54.23%
G = 41.11%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA8D10 (or 0xBA8D10) is known color: Dark Goldenrod. HEX triplet: BA, 8D and 10. RGB value is (186,141,16). Sum of RGB (Red+Green+Blue) = 186+141+16=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 141 (55.47% from 255 or 41.11% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8D10 is #4572EF. Grayscale: #8C8C8C. Windows color (decimal): -4551408 or 1084858. OLE color: 1084858.

HSL color Cylindrical-coordinate representation of color #BA8D10: hue angle of 44.12º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA8D10 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 141 16 -
CMYK 0 0.24 0.91 0.27
HSL 44.12º 0.84% 0.4% -
HSV(B) 44.12º 0.91% 0.73% -
XYZ 29.87 29.53 4.62 -
YUV 140.21 57.91 160.66 -
System Red Green Blue C M Y K H S L
Decimal 186 141 16 0 0.24 0.91 0.27 44.12 0.84 0.4
Hex BA 8D 10 0 18 5B 1B 2C 54 28
Octal 272 215 20 0 30 133 33 54 124 50
Binary 10111010 10001101 10000 0 11000 1011011 11011 101100 1010100 101000

Color Harmonies of #BA8D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8D10

Black with #BA8D10

Text Example


Text Example

White with #BA8D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8D10; }

 p { color: rgb(186,141,16); }

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

background-color css

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

 a { background-color: rgb(186,141,16); }

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

border-color css

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

 span { border-color: rgb(186,141,16); }

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