Html Css Color HEX #BA7A1D Pirate Gold

📋 copy color: '#BA7A1D'

red 186 ◦ green 122 ◦ blue 29

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

Shades of Pirate Gold #BA7A1D

Tints of Pirate Gold #BA7A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.61%

R = 55.19%
G = 36.2%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA7A1D (or 0xBA7A1D) is known color: Pirate Gold. HEX triplet: BA, 7A and 1D. RGB value is (186,122,29). Sum of RGB (Red+Green+Blue) = 186+122+29=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 29 (11.72% from 255 or 8.61% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7A1D is #4585E2. Grayscale: #828282. Windows color (decimal): -4556259 or 1931962. OLE color: 1931962.

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

Color convert

RGB 186 122 29 -
CMYK 0 0.34 0.84 0.27
HSL 35.54º 0.73% 0.42% -
HSV(B) 35.54º 0.84% 0.73% -
XYZ 27.43 24.45 4.44 -
YUV 130.53 70.7 167.56 -
System Red Green Blue C M Y K H S L
Decimal 186 122 29 0 0.34 0.84 0.27 35.54 0.73 0.42
Hex BA 7A 1D 0 22 54 1B 24 49 2A
Octal 272 172 35 0 42 124 33 44 111 52
Binary 10111010 1111010 11101 0 100010 1010100 11011 100100 1001001 101010

Color Harmonies of #BA7A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7A1D

Black with #BA7A1D

Text Example


Text Example

White with #BA7A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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