Html Css Color HEX #BA6A1C Pirate Gold

📋 copy color: '#BA6A1C'

red 186 ◦ green 106 ◦ blue 28

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

Shades of Pirate Gold #BA6A1C

Tints of Pirate Gold #BA6A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.75%

R = 58.13%
G = 33.13%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA6A1C (or 0xBA6A1C) is known color: Pirate Gold. HEX triplet: BA, 6A and 1C. RGB value is (186,106,28). Sum of RGB (Red+Green+Blue) = 186+106+28=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 28 (11.33% from 255 or 8.75% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6A1C is #4595E3. Grayscale: #797979. Windows color (decimal): -4560356 or 1862330. OLE color: 1862330.

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

Color convert

RGB 186 106 28 -
CMYK 0 0.43 0.85 0.27
HSL 29.62º 0.74% 0.42% -
HSV(B) 29.62º 0.85% 0.73% -
XYZ 25.61 20.83 3.77 -
YUV 121.03 75.5 174.34 -
System Red Green Blue C M Y K H S L
Decimal 186 106 28 0 0.43 0.85 0.27 29.62 0.74 0.42
Hex BA 6A 1C 0 2B 55 1B 1E 4A 2A
Octal 272 152 34 0 53 125 33 36 112 52
Binary 10111010 1101010 11100 0 101011 1010101 11011 11110 1001010 101010

Color Harmonies of #BA6A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6A1C

Black with #BA6A1C

Text Example


Text Example

White with #BA6A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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