Html Css Color HEX #BA7118 Pirate Gold

📋 copy color: '#BA7118'

red 186 ◦ green 113 ◦ blue 24

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

Shades of Pirate Gold #BA7118

Tints of Pirate Gold #BA7118

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.98%

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

R = 57.59%
G = 34.98%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA7118 (or 0xBA7118) is known color: Pirate Gold. HEX triplet: BA, 71 and 18. RGB value is (186,113,24). Sum of RGB (Red+Green+Blue) = 186+113+24=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 24 (9.77% from 255 or 7.43% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7118 is #458EE7. Grayscale: #7D7D7D. Windows color (decimal): -4558568 or 1601978. OLE color: 1601978.

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

Color convert

RGB 186 113 24 -
CMYK 0 0.39 0.87 0.27
HSL 32.96º 0.77% 0.41% -
HSV(B) 32.96º 0.87% 0.73% -
XYZ 26.32 22.32 3.78 -
YUV 124.68 71.18 171.74 -
System Red Green Blue C M Y K H S L
Decimal 186 113 24 0 0.39 0.87 0.27 32.96 0.77 0.41
Hex BA 71 18 0 27 57 1B 21 4D 29
Octal 272 161 30 0 47 127 33 41 115 51
Binary 10111010 1110001 11000 0 100111 1010111 11011 100001 1001101 101001

Color Harmonies of #BA7118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7118

Black with #BA7118

Text Example


Text Example

White with #BA7118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7118; }

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

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

background-color css

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

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

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

border-color css

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

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

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