Html Css Color HEX #BA8119 Dark Goldenrod

📋 copy color: '#BA8119'

red 186 ◦ green 129 ◦ blue 25

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

Shades of Dark Goldenrod #BA8119

Tints of Dark Goldenrod #BA8119

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.94%

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

R = 54.71%
G = 37.94%
B = 7.35%

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

#BA8119 (or 0xBA8119) is known color: Dark Goldenrod. HEX triplet: BA, 81 and 19. RGB value is (186,129,25). Sum of RGB (Red+Green+Blue) = 186+129+25=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 25 (10.16% from 255 or 7.35% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8119 is #457EE6. Grayscale: #868686. Windows color (decimal): -4554471 or 1671610. OLE color: 1671610.

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

Color convert

RGB 186 129 25 -
CMYK 0 0.31 0.87 0.27
HSL 38.76º 0.76% 0.41% -
HSV(B) 38.76º 0.87% 0.73% -
XYZ 28.28 26.21 4.49 -
YUV 134.19 66.38 164.96 -
System Red Green Blue C M Y K H S L
Decimal 186 129 25 0 0.31 0.87 0.27 38.76 0.76 0.41
Hex BA 81 19 0 1F 57 1B 27 4C 29
Octal 272 201 31 0 37 127 33 47 114 51
Binary 10111010 10000001 11001 0 11111 1010111 11011 100111 1001100 101001

Color Harmonies of #BA8119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8119

Black with #BA8119

Text Example


Text Example

White with #BA8119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8119; }

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

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

background-color css

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

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

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

border-color css

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

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

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