Html Css Color HEX #BA7719 Pirate Gold

📋 copy color: '#BA7719'

red 186 ◦ green 119 ◦ blue 25

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

Shades of Pirate Gold #BA7719

Tints of Pirate Gold #BA7719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.58%

R = 56.36%
G = 36.06%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA7719 (or 0xBA7719) is known color: Pirate Gold. HEX triplet: BA, 77 and 19. RGB value is (186,119,25). Sum of RGB (Red+Green+Blue) = 186+119+25=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7719 is #4588E6. Grayscale: #808080. Windows color (decimal): -4557031 or 1669050. OLE color: 1669050.

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

Color convert

RGB 186 119 25 -
CMYK 0 0.36 0.87 0.27
HSL 35.03º 0.76% 0.41% -
HSV(B) 35.03º 0.87% 0.73% -
XYZ 27.02 23.7 4.07 -
YUV 128.32 69.7 169.14 -
System Red Green Blue C M Y K H S L
Decimal 186 119 25 0 0.36 0.87 0.27 35.03 0.76 0.41
Hex BA 77 19 0 24 57 1B 23 4C 29
Octal 272 167 31 0 44 127 33 43 114 51
Binary 10111010 1110111 11001 0 100100 1010111 11011 100011 1001100 101001

Color Harmonies of #BA7719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7719

Black with #BA7719

Text Example


Text Example

White with #BA7719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7719; }

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

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

background-color css

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

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

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

border-color css

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

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

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