Html Css Color HEX #BA7014 Pirate Gold

📋 copy color: '#BA7014'

red 186 ◦ green 112 ◦ blue 20

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

Shades of Pirate Gold #BA7014

Tints of Pirate Gold #BA7014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.29%

R = 58.49%
G = 35.22%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA7014 (or 0xBA7014) is known color: Pirate Gold. HEX triplet: BA, 70 and 14. RGB value is (186,112,20). Sum of RGB (Red+Green+Blue) = 186+112+20=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7014 is #458FEB. Grayscale: #7C7C7C. Windows color (decimal): -4558828 or 1339578. OLE color: 1339578.

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

Color convert

RGB 186 112 20 -
CMYK 0 0.40 0.89 0.27
HSL 33.25º 0.81% 0.4% -
HSV(B) 33.25º 0.89% 0.73% -
XYZ 26.17 22.08 3.54 -
YUV 123.64 69.52 172.48 -
System Red Green Blue C M Y K H S L
Decimal 186 112 20 0 0.40 0.89 0.27 33.25 0.81 0.4
Hex BA 70 14 0 28 59 1B 21 51 28
Octal 272 160 24 0 50 131 33 41 121 50
Binary 10111010 1110000 10100 0 101000 1011001 11011 100001 1010001 101000

Color Harmonies of #BA7014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7014

Black with #BA7014

Text Example


Text Example

White with #BA7014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7014; }

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

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

background-color css

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

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

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

border-color css

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

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

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