Html Css Color HEX #BA7D13 Dark Goldenrod

📋 copy color: '#BA7D13'

red 186 ◦ green 125 ◦ blue 19

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

Shades of Dark Goldenrod #BA7D13

Tints of Dark Goldenrod #BA7D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.76%

R = 56.36%
G = 37.88%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA7D13 (or 0xBA7D13) is known color: Dark Goldenrod. HEX triplet: BA, 7D and 13. RGB value is (186,125,19). Sum of RGB (Red+Green+Blue) = 186+125+19=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7D13 is #4582EC. Grayscale: #838383. Windows color (decimal): -4555501 or 1277370. OLE color: 1277370.

HSL color Cylindrical-coordinate representation of color #BA7D13: hue angle of 38.08º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA7D13 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 125 19 -
CMYK 0 0.33 0.90 0.27
HSL 38.08º 0.81% 0.4% -
HSV(B) 38.08º 0.9% 0.73% -
XYZ 27.7 25.15 4.01 -
YUV 131.16 64.71 167.12 -
System Red Green Blue C M Y K H S L
Decimal 186 125 19 0 0.33 0.90 0.27 38.08 0.81 0.4
Hex BA 7D 13 0 21 5A 1B 26 51 28
Octal 272 175 23 0 41 132 33 46 121 50
Binary 10111010 1111101 10011 0 100001 1011010 11011 100110 1010001 101000

Color Harmonies of #BA7D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7D13

Black with #BA7D13

Text Example


Text Example

White with #BA7D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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