Html Css Color HEX #BA7315 Pirate Gold

📋 copy color: '#BA7315'

red 186 ◦ green 115 ◦ blue 21

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

Shades of Pirate Gold #BA7315

Tints of Pirate Gold #BA7315

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.71%

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

R = 57.76%
G = 35.71%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA7315 (or 0xBA7315) is known color: Pirate Gold. HEX triplet: BA, 73 and 15. RGB value is (186,115,21). Sum of RGB (Red+Green+Blue) = 186+115+21=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7315 is #458CEA. Grayscale: #7D7D7D. Windows color (decimal): -4558059 or 1405882. OLE color: 1405882.

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

Color convert

RGB 186 115 21 -
CMYK 0 0.38 0.89 0.27
HSL 34.18º 0.8% 0.41% -
HSV(B) 34.18º 0.89% 0.73% -
XYZ 26.52 22.75 3.7 -
YUV 125.51 69.02 171.14 -
System Red Green Blue C M Y K H S L
Decimal 186 115 21 0 0.38 0.89 0.27 34.18 0.8 0.41
Hex BA 73 15 0 26 59 1B 22 50 29
Octal 272 163 25 0 46 131 33 42 120 51
Binary 10111010 1110011 10101 0 100110 1011001 11011 100010 1010000 101001

Color Harmonies of #BA7315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7315

Black with #BA7315

Text Example


Text Example

White with #BA7315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7315; }

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

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

background-color css

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

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

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

border-color css

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

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

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