Html Css Color HEX #BA8519 Dark Goldenrod

📋 copy color: '#BA8519'

red 186 ◦ green 133 ◦ blue 25

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

Shades of Dark Goldenrod #BA8519

Tints of Dark Goldenrod #BA8519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.27%

R = 54.07%
G = 38.66%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA8519 (or 0xBA8519) is known color: Dark Goldenrod. HEX triplet: BA, 85 and 19. RGB value is (186,133,25). Sum of RGB (Red+Green+Blue) = 186+133+25=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 25 (10.16% from 255 or 7.27% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8519 is #457AE6. Grayscale: #898989. Windows color (decimal): -4553447 or 1672634. OLE color: 1672634.

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

Color convert

RGB 186 133 25 -
CMYK 0 0.28 0.87 0.27
HSL 40.25º 0.76% 0.41% -
HSV(B) 40.25º 0.87% 0.73% -
XYZ 28.81 27.28 4.67 -
YUV 136.54 65.06 163.28 -
System Red Green Blue C M Y K H S L
Decimal 186 133 25 0 0.28 0.87 0.27 40.25 0.76 0.41
Hex BA 85 19 0 1C 57 1B 28 4C 29
Octal 272 205 31 0 34 127 33 50 114 51
Binary 10111010 10000101 11001 0 11100 1010111 11011 101000 1001100 101001

Color Harmonies of #BA8519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8519

Black with #BA8519

Text Example


Text Example

White with #BA8519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8519; }

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

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

background-color css

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

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

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

border-color css

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

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

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