Html Css Color HEX #BA771C Pirate Gold

📋 copy color: '#BA771C'

red 186 ◦ green 119 ◦ blue 28

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

Shades of Pirate Gold #BA771C

Tints of Pirate Gold #BA771C

RGB

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

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

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

R = 55.86%
G = 35.74%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA771C (or 0xBA771C) is known color: Pirate Gold. HEX triplet: BA, 77 and 1C. RGB value is (186,119,28). Sum of RGB (Red+Green+Blue) = 186+119+28=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 28 (11.33% from 255 or 8.41% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA771C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA771C is #4588E3. Grayscale: #818181. Windows color (decimal): -4557028 or 1865658. OLE color: 1865658.

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

Color convert

RGB 186 119 28 -
CMYK 0 0.36 0.85 0.27
HSL 34.56º 0.74% 0.42% -
HSV(B) 34.56º 0.85% 0.73% -
XYZ 27.06 23.72 4.25 -
YUV 128.66 71.2 168.9 -
System Red Green Blue C M Y K H S L
Decimal 186 119 28 0 0.36 0.85 0.27 34.56 0.74 0.42
Hex BA 77 1C 0 24 55 1B 23 4A 2A
Octal 272 167 34 0 44 125 33 43 112 52
Binary 10111010 1110111 11100 0 100100 1010101 11011 100011 1001010 101010

Color Harmonies of #BA771C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA771C

Black with #BA771C

Text Example


Text Example

White with #BA771C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA771C; }

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

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

background-color css

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

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

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

border-color css

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

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

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