Html Css Color HEX #BA7218 Pirate Gold

📋 copy color: '#BA7218'

red 186 ◦ green 114 ◦ blue 24

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

Shades of Pirate Gold #BA7218

Tints of Pirate Gold #BA7218

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.19%

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

R = 57.41%
G = 35.19%
B = 7.41%

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

#BA7218 (or 0xBA7218) is known color: Pirate Gold. HEX triplet: BA, 72 and 18. RGB value is (186,114,24). Sum of RGB (Red+Green+Blue) = 186+114+24=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7218 is #458DE7. Grayscale: #7D7D7D. Windows color (decimal): -4558312 or 1602234. OLE color: 1602234.

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

Color convert

RGB 186 114 24 -
CMYK 0 0.39 0.87 0.27
HSL 33.33º 0.77% 0.41% -
HSV(B) 33.33º 0.87% 0.73% -
XYZ 26.43 22.54 3.82 -
YUV 125.27 70.85 171.32 -
System Red Green Blue C M Y K H S L
Decimal 186 114 24 0 0.39 0.87 0.27 33.33 0.77 0.41
Hex BA 72 18 0 27 57 1B 21 4D 29
Octal 272 162 30 0 47 127 33 41 115 51
Binary 10111010 1110010 11000 0 100111 1010111 11011 100001 1001101 101001

Color Harmonies of #BA7218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7218

Black with #BA7218

Text Example


Text Example

White with #BA7218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7218; }

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

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

background-color css

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

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

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

border-color css

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

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

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