Html Css Color HEX #BA772E Pirate Gold

📋 copy color: '#BA772E'

red 186 ◦ green 119 ◦ blue 46

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

Shades of Pirate Gold #BA772E

Tints of Pirate Gold #BA772E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.11%

R = 52.99%
G = 33.9%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA772E (or 0xBA772E) is known color: Pirate Gold. HEX triplet: BA, 77 and 2E. RGB value is (186,119,46). Sum of RGB (Red+Green+Blue) = 186+119+46=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 46 (18.36% from 255 or 13.11% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA772E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA772E is #4588D1. Grayscale: #838383. Windows color (decimal): -4557010 or 3045306. OLE color: 3045306.

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

Color convert

RGB 186 119 46 -
CMYK 0 0.36 0.75 0.27
HSL 31.29º 0.6% 0.45% -
HSV(B) 31.29º 0.75% 0.73% -
XYZ 27.34 23.83 5.74 -
YUV 130.71 80.2 167.44 -
System Red Green Blue C M Y K H S L
Decimal 186 119 46 0 0.36 0.75 0.27 31.29 0.6 0.45
Hex BA 77 2E 0 24 4B 1B 1F 3C 2D
Octal 272 167 56 0 44 113 33 37 74 55
Binary 10111010 1110111 101110 0 100100 1001011 11011 11111 111100 101101

Color Harmonies of #BA772E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA772E

Black with #BA772E

Text Example


Text Example

White with #BA772E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA772E; }

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

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

background-color css

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

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

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

border-color css

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

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

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