Html Css Color HEX #BA6A1D Pirate Gold

📋 copy color: '#BA6A1D'

red 186 ◦ green 106 ◦ blue 29

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

Shades of Pirate Gold #BA6A1D

Tints of Pirate Gold #BA6A1D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.02%

 BLUE value IS 29 (11.72% from 255) = 9.03%

R = 57.94%
G = 33.02%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA6A1D (or 0xBA6A1D) is known color: Pirate Gold. HEX triplet: BA, 6A and 1D. RGB value is (186,106,29). Sum of RGB (Red+Green+Blue) = 186+106+29=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 29 (11.72% from 255 or 9.03% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6A1D is #4595E2. Grayscale: #797979. Windows color (decimal): -4560355 or 1927866. OLE color: 1927866.

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

Color convert

RGB 186 106 29 -
CMYK 0 0.43 0.84 0.27
HSL 29.43º 0.73% 0.42% -
HSV(B) 29.43º 0.84% 0.73% -
XYZ 25.63 20.84 3.83 -
YUV 121.14 76 174.26 -
System Red Green Blue C M Y K H S L
Decimal 186 106 29 0 0.43 0.84 0.27 29.43 0.73 0.42
Hex BA 6A 1D 0 2B 54 1B 1D 49 2A
Octal 272 152 35 0 53 124 33 35 111 52
Binary 10111010 1101010 11101 0 101011 1010100 11011 11101 1001001 101010

Color Harmonies of #BA6A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6A1D

Black with #BA6A1D

Text Example


Text Example

White with #BA6A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6A1D; }

 p { color: rgb(186,106,29); }

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

background-color css

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

 a { background-color: rgb(186,106,29); }

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

border-color css

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

 span { border-color: rgb(186,106,29); }

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