Html Css Color HEX #BA7215 Pirate Gold

📋 copy color: '#BA7215'

red 186 ◦ green 114 ◦ blue 21

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

Shades of Pirate Gold #BA7215

Tints of Pirate Gold #BA7215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.54%

R = 57.94%
G = 35.51%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA7215 (or 0xBA7215) is known color: Pirate Gold. HEX triplet: BA, 72 and 15. RGB value is (186,114,21). Sum of RGB (Red+Green+Blue) = 186+114+21=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7215 is #458DEA. Grayscale: #7D7D7D. Windows color (decimal): -4558315 or 1405626. OLE color: 1405626.

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

Color convert

RGB 186 114 21 -
CMYK 0 0.39 0.89 0.27
HSL 33.82º 0.8% 0.41% -
HSV(B) 33.82º 0.89% 0.73% -
XYZ 26.4 22.53 3.67 -
YUV 124.93 69.35 171.56 -
System Red Green Blue C M Y K H S L
Decimal 186 114 21 0 0.39 0.89 0.27 33.82 0.8 0.41
Hex BA 72 15 0 27 59 1B 22 50 29
Octal 272 162 25 0 47 131 33 42 120 51
Binary 10111010 1110010 10101 0 100111 1011001 11011 100010 1010000 101001

Color Harmonies of #BA7215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7215

Black with #BA7215

Text Example


Text Example

White with #BA7215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7215; }

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

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

background-color css

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

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

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

border-color css

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

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

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