Html Css Color HEX #BA772C Pirate Gold

📋 copy color: '#BA772C'

red 186 ◦ green 119 ◦ blue 44

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

Shades of Pirate Gold #BA772C

Tints of Pirate Gold #BA772C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.61%

R = 53.3%
G = 34.1%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA772C (or 0xBA772C) is known color: Pirate Gold. HEX triplet: BA, 77 and 2C. RGB value is (186,119,44). Sum of RGB (Red+Green+Blue) = 186+119+44=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 44 (17.58% from 255 or 12.61% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA772C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA772C is #4588D3. Grayscale: #828282. Windows color (decimal): -4557012 or 2914234. OLE color: 2914234.

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

Color convert

RGB 186 119 44 -
CMYK 0 0.36 0.76 0.27
HSL 31.69º 0.62% 0.45% -
HSV(B) 31.69º 0.76% 0.73% -
XYZ 27.3 23.81 5.54 -
YUV 130.48 79.2 167.6 -
System Red Green Blue C M Y K H S L
Decimal 186 119 44 0 0.36 0.76 0.27 31.69 0.62 0.45
Hex BA 77 2C 0 24 4C 1B 20 3E 2D
Octal 272 167 54 0 44 114 33 40 76 55
Binary 10111010 1110111 101100 0 100100 1001100 11011 100000 111110 101101

Color Harmonies of #BA772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA772C

Black with #BA772C

Text Example


Text Example

White with #BA772C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA772C; }

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

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

background-color css

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

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

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

border-color css

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

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

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