Html Css Color HEX #BA7728 Pirate Gold

📋 copy color: '#BA7728'

red 186 ◦ green 119 ◦ blue 40

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

Shades of Pirate Gold #BA7728

Tints of Pirate Gold #BA7728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.59%

R = 53.91%
G = 34.49%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA7728 (or 0xBA7728) is known color: Pirate Gold. HEX triplet: BA, 77 and 28. RGB value is (186,119,40). Sum of RGB (Red+Green+Blue) = 186+119+40=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7728 is #4588D7. Grayscale: #828282. Windows color (decimal): -4557016 or 2652090. OLE color: 2652090.

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

Color convert

RGB 186 119 40 -
CMYK 0 0.36 0.78 0.27
HSL 32.47º 0.65% 0.44% -
HSV(B) 32.47º 0.78% 0.73% -
XYZ 27.23 23.79 5.16 -
YUV 130.03 77.2 167.92 -
System Red Green Blue C M Y K H S L
Decimal 186 119 40 0 0.36 0.78 0.27 32.47 0.65 0.44
Hex BA 77 28 0 24 4E 1B 20 41 2C
Octal 272 167 50 0 44 116 33 40 101 54
Binary 10111010 1110111 101000 0 100100 1001110 11011 100000 1000001 101100

Color Harmonies of #BA7728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7728

Black with #BA7728

Text Example


Text Example

White with #BA7728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7728; }

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

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

background-color css

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

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

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

border-color css

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

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

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