Html Css Color HEX #BA7A1C Pirate Gold

📋 copy color: '#BA7A1C'

red 186 ◦ green 122 ◦ blue 28

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

Shades of Pirate Gold #BA7A1C

Tints of Pirate Gold #BA7A1C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.31%

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

R = 55.36%
G = 36.31%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA7A1C (or 0xBA7A1C) is known color: Pirate Gold. HEX triplet: BA, 7A and 1C. RGB value is (186,122,28). Sum of RGB (Red+Green+Blue) = 186+122+28=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 28 (11.33% from 255 or 8.33% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7A1C is #4585E3. Grayscale: #828282. Windows color (decimal): -4556260 or 1866426. OLE color: 1866426.

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

Color convert

RGB 186 122 28 -
CMYK 0 0.34 0.85 0.27
HSL 35.7º 0.74% 0.42% -
HSV(B) 35.7º 0.85% 0.73% -
XYZ 27.42 24.44 4.37 -
YUV 130.42 70.2 167.64 -
System Red Green Blue C M Y K H S L
Decimal 186 122 28 0 0.34 0.85 0.27 35.7 0.74 0.42
Hex BA 7A 1C 0 22 55 1B 24 4A 2A
Octal 272 172 34 0 42 125 33 44 112 52
Binary 10111010 1111010 11100 0 100010 1010101 11011 100100 1001010 101010

Color Harmonies of #BA7A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7A1C

Black with #BA7A1C

Text Example


Text Example

White with #BA7A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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