Html Css Color HEX #BA7413 Dark Goldenrod

📋 copy color: '#BA7413'

red 186 ◦ green 116 ◦ blue 19

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

Shades of Dark Goldenrod #BA7413

Tints of Dark Goldenrod #BA7413

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.14%

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

R = 57.94%
G = 36.14%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA7413 (or 0xBA7413) is known color: Dark Goldenrod. HEX triplet: BA, 74 and 13. RGB value is (186,116,19). Sum of RGB (Red+Green+Blue) = 186+116+19=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7413 is #458BEC. Grayscale: #7E7E7E. Windows color (decimal): -4557805 or 1275066. OLE color: 1275066.

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

Color convert

RGB 186 116 19 -
CMYK 0 0.38 0.90 0.27
HSL 34.85º 0.81% 0.4% -
HSV(B) 34.85º 0.9% 0.73% -
XYZ 26.61 22.98 3.65 -
YUV 125.87 67.69 170.89 -
System Red Green Blue C M Y K H S L
Decimal 186 116 19 0 0.38 0.90 0.27 34.85 0.81 0.4
Hex BA 74 13 0 26 5A 1B 23 51 28
Octal 272 164 23 0 46 132 33 43 121 50
Binary 10111010 1110100 10011 0 100110 1011010 11011 100011 1010001 101000

Color Harmonies of #BA7413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7413

Black with #BA7413

Text Example


Text Example

White with #BA7413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7413; }

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

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

background-color css

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

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

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

border-color css

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

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

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