Html Css Color HEX #BA8019 Dark Goldenrod

📋 copy color: '#BA8019'

red 186 ◦ green 128 ◦ blue 25

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

Shades of Dark Goldenrod #BA8019

Tints of Dark Goldenrod #BA8019

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.76%

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

R = 54.87%
G = 37.76%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA8019 (or 0xBA8019) is known color: Dark Goldenrod. HEX triplet: BA, 80 and 19. RGB value is (186,128,25). Sum of RGB (Red+Green+Blue) = 186+128+25=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 25 (10.16% from 255 or 7.37% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8019 is #457FE6. Grayscale: #868686. Windows color (decimal): -4554727 or 1671354. OLE color: 1671354.

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

Color convert

RGB 186 128 25 -
CMYK 0 0.31 0.87 0.27
HSL 38.39º 0.76% 0.41% -
HSV(B) 38.39º 0.87% 0.73% -
XYZ 28.14 25.95 4.44 -
YUV 133.6 66.72 165.38 -
System Red Green Blue C M Y K H S L
Decimal 186 128 25 0 0.31 0.87 0.27 38.39 0.76 0.41
Hex BA 80 19 0 1F 57 1B 26 4C 29
Octal 272 200 31 0 37 127 33 46 114 51
Binary 10111010 10000000 11001 0 11111 1010111 11011 100110 1001100 101001

Color Harmonies of #BA8019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8019

Black with #BA8019

Text Example


Text Example

White with #BA8019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8019; }

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

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

background-color css

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

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

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

border-color css

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

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

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