Html Css Color HEX #BA7718 Pirate Gold

📋 copy color: '#BA7718'

red 186 ◦ green 119 ◦ blue 24

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

Shades of Pirate Gold #BA7718

Tints of Pirate Gold #BA7718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.29%

R = 56.53%
G = 36.17%
B = 7.29%

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

#BA7718 (or 0xBA7718) is known color: Pirate Gold. HEX triplet: BA, 77 and 18. RGB value is (186,119,24). Sum of RGB (Red+Green+Blue) = 186+119+24=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7718 is #4588E7. Grayscale: #808080. Windows color (decimal): -4557032 or 1603514. OLE color: 1603514.

HSL color Cylindrical-coordinate representation of color #BA7718: hue angle of 35.19º degrees, saturation: 0.77, 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 #BA7718 is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 119 24 -
CMYK 0 0.36 0.87 0.27
HSL 35.19º 0.77% 0.41% -
HSV(B) 35.19º 0.87% 0.73% -
XYZ 27.01 23.7 4.01 -
YUV 128.2 69.2 169.22 -
System Red Green Blue C M Y K H S L
Decimal 186 119 24 0 0.36 0.87 0.27 35.19 0.77 0.41
Hex BA 77 18 0 24 57 1B 23 4D 29
Octal 272 167 30 0 44 127 33 43 115 51
Binary 10111010 1110111 11000 0 100100 1010111 11011 100011 1001101 101001

Color Harmonies of #BA7718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7718

Black with #BA7718

Text Example


Text Example

White with #BA7718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7718; }

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

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

background-color css

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

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

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

border-color css

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

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

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