Html Css Color HEX #BA6B1A Pirate Gold

📋 copy color: '#BA6B1A'

red 186 ◦ green 107 ◦ blue 26

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

Shades of Pirate Gold #BA6B1A

Tints of Pirate Gold #BA6B1A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.54%

 BLUE value IS 26 (10.55% from 255) = 8.15%

R = 58.31%
G = 33.54%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BA6B1A (or 0xBA6B1A) is known color: Pirate Gold. HEX triplet: BA, 6B and 1A. RGB value is (186,107,26). Sum of RGB (Red+Green+Blue) = 186+107+26=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6B1A is #4594E5. Grayscale: #797979. Windows color (decimal): -4560102 or 1731514. OLE color: 1731514.

HSL color Cylindrical-coordinate representation of color #BA6B1A: hue angle of 30.38º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA6B1A is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 107 26 -
CMYK 0 0.42 0.86 0.27
HSL 30.38º 0.75% 0.42% -
HSV(B) 30.38º 0.86% 0.73% -
XYZ 25.69 21.03 3.68 -
YUV 121.39 74.17 174.09 -
System Red Green Blue C M Y K H S L
Decimal 186 107 26 0 0.42 0.86 0.27 30.38 0.75 0.42
Hex BA 6B 1A 0 2A 56 1B 1E 4B 2A
Octal 272 153 32 0 52 126 33 36 113 52
Binary 10111010 1101011 11010 0 101010 1010110 11011 11110 1001011 101010

Color Harmonies of #BA6B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6B1A

Black with #BA6B1A

Text Example


Text Example

White with #BA6B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6B1A; }

 p { color: rgb(186,107,26); }

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

background-color css

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

 a { background-color: rgb(186,107,26); }

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

border-color css

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

 span { border-color: rgb(186,107,26); }

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