Html Css Color HEX #BA7D19 Dark Goldenrod

📋 copy color: '#BA7D19'

red 186 ◦ green 125 ◦ blue 25

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

Shades of Dark Goldenrod #BA7D19

Tints of Dark Goldenrod #BA7D19

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.2%

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

R = 55.36%
G = 37.2%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA7D19 (or 0xBA7D19) is known color: Dark Goldenrod. HEX triplet: BA, 7D and 19. RGB value is (186,125,25). Sum of RGB (Red+Green+Blue) = 186+125+25=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 25 (10.16% from 255 or 7.44% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7D19 is #4582E6. Grayscale: #848484. Windows color (decimal): -4555495 or 1670586. OLE color: 1670586.

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

Color convert

RGB 186 125 25 -
CMYK 0 0.33 0.87 0.27
HSL 37.27º 0.76% 0.41% -
HSV(B) 37.27º 0.87% 0.73% -
XYZ 27.76 25.18 4.32 -
YUV 131.84 67.71 166.63 -
System Red Green Blue C M Y K H S L
Decimal 186 125 25 0 0.33 0.87 0.27 37.27 0.76 0.41
Hex BA 7D 19 0 21 57 1B 25 4C 29
Octal 272 175 31 0 41 127 33 45 114 51
Binary 10111010 1111101 11001 0 100001 1010111 11011 100101 1001100 101001

Color Harmonies of #BA7D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7D19

Black with #BA7D19

Text Example


Text Example

White with #BA7D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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