Html Css Color HEX #BA771D Pirate Gold

📋 copy color: '#BA771D'

red 186 ◦ green 119 ◦ blue 29

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

Shades of Pirate Gold #BA771D

Tints of Pirate Gold #BA771D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.63%

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

R = 55.69%
G = 35.63%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA771D (or 0xBA771D) is known color: Pirate Gold. HEX triplet: BA, 77 and 1D. RGB value is (186,119,29). Sum of RGB (Red+Green+Blue) = 186+119+29=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA771D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA771D is #4588E2. Grayscale: #818181. Windows color (decimal): -4557027 or 1931194. OLE color: 1931194.

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

Color convert

RGB 186 119 29 -
CMYK 0 0.36 0.84 0.27
HSL 34.39º 0.73% 0.42% -
HSV(B) 34.39º 0.84% 0.73% -
XYZ 27.07 23.72 4.31 -
YUV 128.77 71.7 168.82 -
System Red Green Blue C M Y K H S L
Decimal 186 119 29 0 0.36 0.84 0.27 34.39 0.73 0.42
Hex BA 77 1D 0 24 54 1B 22 49 2A
Octal 272 167 35 0 44 124 33 42 111 52
Binary 10111010 1110111 11101 0 100100 1010100 11011 100010 1001001 101010

Color Harmonies of #BA771D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA771D

Black with #BA771D

Text Example


Text Example

White with #BA771D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA771D; }

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

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

background-color css

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

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

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

border-color css

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

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

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