Html Css Color HEX #BA7C1C Pirate Gold

📋 copy color: '#BA7C1C'

red 186 ◦ green 124 ◦ blue 28

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

Shades of Pirate Gold #BA7C1C

Tints of Pirate Gold #BA7C1C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.69%

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

R = 55.03%
G = 36.69%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA7C1C (or 0xBA7C1C) is known color: Pirate Gold. HEX triplet: BA, 7C and 1C. RGB value is (186,124,28). Sum of RGB (Red+Green+Blue) = 186+124+28=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7C1C is #4583E3. Grayscale: #848484. Windows color (decimal): -4555748 or 1866938. OLE color: 1866938.

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

Color convert

RGB 186 124 28 -
CMYK 0 0.33 0.85 0.27
HSL 36.46º 0.74% 0.42% -
HSV(B) 36.46º 0.85% 0.73% -
XYZ 27.67 24.94 4.45 -
YUV 131.59 69.54 166.81 -
System Red Green Blue C M Y K H S L
Decimal 186 124 28 0 0.33 0.85 0.27 36.46 0.74 0.42
Hex BA 7C 1C 0 21 55 1B 24 4A 2A
Octal 272 174 34 0 41 125 33 44 112 52
Binary 10111010 1111100 11100 0 100001 1010101 11011 100100 1001010 101010

Color Harmonies of #BA7C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C1C

Black with #BA7C1C

Text Example


Text Example

White with #BA7C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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