Html Css Color HEX #BA7013 Pirate Gold

📋 copy color: '#BA7013'

red 186 ◦ green 112 ◦ blue 19

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

Shades of Pirate Gold #BA7013

Tints of Pirate Gold #BA7013

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.33%

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

R = 58.68%
G = 35.33%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA7013 (or 0xBA7013) is known color: Pirate Gold. HEX triplet: BA, 70 and 13. RGB value is (186,112,19). Sum of RGB (Red+Green+Blue) = 186+112+19=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7013 is #458FEC. Grayscale: #7B7B7B. Windows color (decimal): -4558829 or 1274042. OLE color: 1274042.

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

Color convert

RGB 186 112 19 -
CMYK 0 0.40 0.90 0.27
HSL 33.41º 0.81% 0.4% -
HSV(B) 33.41º 0.9% 0.73% -
XYZ 26.16 22.07 3.5 -
YUV 123.52 69.02 172.56 -
System Red Green Blue C M Y K H S L
Decimal 186 112 19 0 0.40 0.90 0.27 33.41 0.81 0.4
Hex BA 70 13 0 28 5A 1B 21 51 28
Octal 272 160 23 0 50 132 33 41 121 50
Binary 10111010 1110000 10011 0 101000 1011010 11011 100001 1010001 101000

Color Harmonies of #BA7013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7013

Black with #BA7013

Text Example


Text Example

White with #BA7013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7013; }

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

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

background-color css

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

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

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

border-color css

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

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

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