Html Css Color HEX #BA6F14 Pirate Gold

📋 copy color: '#BA6F14'

red 186 ◦ green 111 ◦ blue 20

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

Shades of Pirate Gold #BA6F14

Tints of Pirate Gold #BA6F14

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.02%

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

R = 58.68%
G = 35.02%
B = 6.31%

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

#BA6F14 (or 0xBA6F14) is known color: Pirate Gold. HEX triplet: BA, 6F and 14. RGB value is (186,111,20). Sum of RGB (Red+Green+Blue) = 186+111+20=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6F14 is #4590EB. Grayscale: #7B7B7B. Windows color (decimal): -4559084 or 1339322. OLE color: 1339322.

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

Color convert

RGB 186 111 20 -
CMYK 0 0.40 0.89 0.27
HSL 32.89º 0.81% 0.4% -
HSV(B) 32.89º 0.89% 0.73% -
XYZ 26.06 21.86 3.51 -
YUV 123.05 69.85 172.9 -
System Red Green Blue C M Y K H S L
Decimal 186 111 20 0 0.40 0.89 0.27 32.89 0.81 0.4
Hex BA 6F 14 0 28 59 1B 21 51 28
Octal 272 157 24 0 50 131 33 41 121 50
Binary 10111010 1101111 10100 0 101000 1011001 11011 100001 1010001 101000

Color Harmonies of #BA6F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F14

Black with #BA6F14

Text Example


Text Example

White with #BA6F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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