Html Css Color HEX #BA8919 Dark Goldenrod

📋 copy color: '#BA8919'

red 186 ◦ green 137 ◦ blue 25

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

Shades of Dark Goldenrod #BA8919

Tints of Dark Goldenrod #BA8919

RGB

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

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

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

R = 53.45%
G = 39.37%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA8919 (or 0xBA8919) is known color: Dark Goldenrod. HEX triplet: BA, 89 and 19. RGB value is (186,137,25). Sum of RGB (Red+Green+Blue) = 186+137+25=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 25 (10.16% from 255 or 7.18% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8919 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8919 is #4576E6. Grayscale: #8B8B8B. Windows color (decimal): -4552423 or 1673658. OLE color: 1673658.

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

Color convert

RGB 186 137 25 -
CMYK 0 0.26 0.87 0.27
HSL 41.74º 0.76% 0.41% -
HSV(B) 41.74º 0.87% 0.73% -
XYZ 29.37 28.4 4.85 -
YUV 138.88 63.73 161.61 -
System Red Green Blue C M Y K H S L
Decimal 186 137 25 0 0.26 0.87 0.27 41.74 0.76 0.41
Hex BA 89 19 0 1A 57 1B 2A 4C 29
Octal 272 211 31 0 32 127 33 52 114 51
Binary 10111010 10001001 11001 0 11010 1010111 11011 101010 1001100 101001

Color Harmonies of #BA8919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8919

Black with #BA8919

Text Example


Text Example

White with #BA8919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8919; }

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

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

background-color css

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

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

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

border-color css

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

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

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