Html Css Color HEX #BA6D13 Pirate Gold

📋 copy color: '#BA6D13'

red 186 ◦ green 109 ◦ blue 19

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

Shades of Pirate Gold #BA6D13

Tints of Pirate Gold #BA6D13

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.71%

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

R = 59.24%
G = 34.71%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA6D13 (or 0xBA6D13) is known color: Pirate Gold. HEX triplet: BA, 6D and 13. RGB value is (186,109,19). Sum of RGB (Red+Green+Blue) = 186+109+19=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6D13 is #4592EC. Grayscale: #7A7A7A. Windows color (decimal): -4559597 or 1273274. OLE color: 1273274.

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

Color convert

RGB 186 109 19 -
CMYK 0 0.41 0.90 0.27
HSL 32.34º 0.81% 0.4% -
HSV(B) 32.34º 0.9% 0.73% -
XYZ 25.84 21.42 3.39 -
YUV 121.76 70.01 173.82 -
System Red Green Blue C M Y K H S L
Decimal 186 109 19 0 0.41 0.90 0.27 32.34 0.81 0.4
Hex BA 6D 13 0 29 5A 1B 20 51 28
Octal 272 155 23 0 51 132 33 40 121 50
Binary 10111010 1101101 10011 0 101001 1011010 11011 100000 1010001 101000

Color Harmonies of #BA6D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6D13

Black with #BA6D13

Text Example


Text Example

White with #BA6D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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