Html Css Color HEX #BA7C2C Pirate Gold

📋 copy color: '#BA7C2C'

red 186 ◦ green 124 ◦ blue 44

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

Shades of Pirate Gold #BA7C2C

Tints of Pirate Gold #BA7C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.43%

R = 52.54%
G = 35.03%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA7C2C (or 0xBA7C2C) is known color: Pirate Gold. HEX triplet: BA, 7C and 2C. RGB value is (186,124,44). Sum of RGB (Red+Green+Blue) = 186+124+44=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 44 (17.58% from 255 or 12.43% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7C2C is #4583D3. Grayscale: #858585. Windows color (decimal): -4555732 or 2915514. OLE color: 2915514.

HSL color Cylindrical-coordinate representation of color #BA7C2C: hue angle of 33.8º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA7C2C is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 124 44 -
CMYK 0 0.33 0.76 0.27
HSL 33.8º 0.62% 0.45% -
HSV(B) 33.8º 0.76% 0.73% -
XYZ 27.91 25.04 5.74 -
YUV 133.42 77.54 165.5 -
System Red Green Blue C M Y K H S L
Decimal 186 124 44 0 0.33 0.76 0.27 33.8 0.62 0.45
Hex BA 7C 2C 0 21 4C 1B 22 3E 2D
Octal 272 174 54 0 41 114 33 42 76 55
Binary 10111010 1111100 101100 0 100001 1001100 11011 100010 111110 101101

Color Harmonies of #BA7C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C2C

Black with #BA7C2C

Text Example


Text Example

White with #BA7C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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