Html Css Color HEX #BA7F1D Pirate Gold

📋 copy color: '#BA7F1D'

red 186 ◦ green 127 ◦ blue 29

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

Shades of Pirate Gold #BA7F1D

Tints of Pirate Gold #BA7F1D

RGB

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

 GREEN value IS 127 (50% from 255) = 37.13%

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

R = 54.39%
G = 37.13%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA7F1D (or 0xBA7F1D) is known color: Pirate Gold. HEX triplet: BA, 7F and 1D. RGB value is (186,127,29). Sum of RGB (Red+Green+Blue) = 186+127+29=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 29 (11.72% from 255 or 8.48% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7F1D is #4580E2. Grayscale: #858585. Windows color (decimal): -4554979 or 1933242. OLE color: 1933242.

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

Color convert

RGB 186 127 29 -
CMYK 0 0.32 0.84 0.27
HSL 37.45º 0.73% 0.42% -
HSV(B) 37.45º 0.84% 0.73% -
XYZ 28.06 25.71 4.65 -
YUV 133.47 69.05 165.47 -
System Red Green Blue C M Y K H S L
Decimal 186 127 29 0 0.32 0.84 0.27 37.45 0.73 0.42
Hex BA 7F 1D 0 20 54 1B 25 49 2A
Octal 272 177 35 0 40 124 33 45 111 52
Binary 10111010 1111111 11101 0 100000 1010100 11011 100101 1001001 101010

Color Harmonies of #BA7F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F1D

Black with #BA7F1D

Text Example


Text Example

White with #BA7F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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