Html Css Color HEX #BA8419 Dark Goldenrod

📋 copy color: '#BA8419'

red 186 ◦ green 132 ◦ blue 25

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

Shades of Dark Goldenrod #BA8419

Tints of Dark Goldenrod #BA8419

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.48%

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

R = 54.23%
G = 38.48%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA8419 (or 0xBA8419) is known color: Dark Goldenrod. HEX triplet: BA, 84 and 19. RGB value is (186,132,25). Sum of RGB (Red+Green+Blue) = 186+132+25=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8419 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8419 is #457BE6. Grayscale: #888888. Windows color (decimal): -4553703 or 1672378. OLE color: 1672378.

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

Color convert

RGB 186 132 25 -
CMYK 0 0.29 0.87 0.27
HSL 39.88º 0.76% 0.41% -
HSV(B) 39.88º 0.87% 0.73% -
XYZ 28.68 27.01 4.62 -
YUV 135.95 65.39 163.7 -
System Red Green Blue C M Y K H S L
Decimal 186 132 25 0 0.29 0.87 0.27 39.88 0.76 0.41
Hex BA 84 19 0 1D 57 1B 28 4C 29
Octal 272 204 31 0 35 127 33 50 114 51
Binary 10111010 10000100 11001 0 11101 1010111 11011 101000 1001100 101001

Color Harmonies of #BA8419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8419

Black with #BA8419

Text Example


Text Example

White with #BA8419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8419; }

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

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

background-color css

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

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

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

border-color css

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

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

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