Html Css Color HEX #BA6D1C Pirate Gold

📋 copy color: '#BA6D1C'

red 186 ◦ green 109 ◦ blue 28

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

Shades of Pirate Gold #BA6D1C

Tints of Pirate Gold #BA6D1C

RGB

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

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

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

R = 57.59%
G = 33.75%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA6D1C (or 0xBA6D1C) is known color: Pirate Gold. HEX triplet: BA, 6D and 1C. RGB value is (186,109,28). Sum of RGB (Red+Green+Blue) = 186+109+28=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 28 (11.33% from 255 or 8.67% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6D1C is #4592E3. Grayscale: #7B7B7B. Windows color (decimal): -4559588 or 1863098. OLE color: 1863098.

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

Color convert

RGB 186 109 28 -
CMYK 0 0.41 0.85 0.27
HSL 30.76º 0.74% 0.42% -
HSV(B) 30.76º 0.85% 0.73% -
XYZ 25.93 21.46 3.87 -
YUV 122.79 74.51 173.09 -
System Red Green Blue C M Y K H S L
Decimal 186 109 28 0 0.41 0.85 0.27 30.76 0.74 0.42
Hex BA 6D 1C 0 29 55 1B 1F 4A 2A
Octal 272 155 34 0 51 125 33 37 112 52
Binary 10111010 1101101 11100 0 101001 1010101 11011 11111 1001010 101010

Color Harmonies of #BA6D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6D1C

Black with #BA6D1C

Text Example


Text Example

White with #BA6D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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