Html Css Color HEX #BA771F Pirate Gold

📋 copy color: '#BA771F'

red 186 ◦ green 119 ◦ blue 31

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

Shades of Pirate Gold #BA771F

Tints of Pirate Gold #BA771F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.23%

R = 55.36%
G = 35.42%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA771F (or 0xBA771F) is known color: Pirate Gold. HEX triplet: BA, 77 and 1F. RGB value is (186,119,31). Sum of RGB (Red+Green+Blue) = 186+119+31=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA771F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA771F is #4588E0. Grayscale: #818181. Windows color (decimal): -4557025 or 2062266. OLE color: 2062266.

HSL color Cylindrical-coordinate representation of color #BA771F: hue angle of 34.06º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA771F is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 119 31 -
CMYK 0 0.36 0.83 0.27
HSL 34.06º 0.71% 0.43% -
HSV(B) 34.06º 0.83% 0.73% -
XYZ 27.09 23.73 4.45 -
YUV 129 72.7 168.66 -
System Red Green Blue C M Y K H S L
Decimal 186 119 31 0 0.36 0.83 0.27 34.06 0.71 0.43
Hex BA 77 1F 0 24 53 1B 22 47 2B
Octal 272 167 37 0 44 123 33 42 107 53
Binary 10111010 1110111 11111 0 100100 1010011 11011 100010 1000111 101011

Color Harmonies of #BA771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA771F

Black with #BA771F

Text Example


Text Example

White with #BA771F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA771F; }

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

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

background-color css

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

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

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

border-color css

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

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

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