Html Css Color HEX #BA7C13 Dark Goldenrod

📋 copy color: '#BA7C13'

red 186 ◦ green 124 ◦ blue 19

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

Shades of Dark Goldenrod #BA7C13

Tints of Dark Goldenrod #BA7C13

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.69%

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

R = 56.53%
G = 37.69%
B = 5.78%

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

#BA7C13 (or 0xBA7C13) is known color: Dark Goldenrod. HEX triplet: BA, 7C and 13. RGB value is (186,124,19). Sum of RGB (Red+Green+Blue) = 186+124+19=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 19 (7.81% from 255 or 5.78% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7C13 is #4583EC. Grayscale: #838383. Windows color (decimal): -4555757 or 1277114. OLE color: 1277114.

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

Color convert

RGB 186 124 19 -
CMYK 0 0.33 0.90 0.27
HSL 37.72º 0.81% 0.4% -
HSV(B) 37.72º 0.9% 0.73% -
XYZ 27.57 24.9 3.97 -
YUV 130.57 65.04 167.54 -
System Red Green Blue C M Y K H S L
Decimal 186 124 19 0 0.33 0.90 0.27 37.72 0.81 0.4
Hex BA 7C 13 0 21 5A 1B 26 51 28
Octal 272 174 23 0 41 132 33 46 121 50
Binary 10111010 1111100 10011 0 100001 1011010 11011 100110 1010001 101000

Color Harmonies of #BA7C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C13

Black with #BA7C13

Text Example


Text Example

White with #BA7C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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