Html Css Color HEX #BA7515 Pirate Gold

📋 copy color: '#BA7515'

red 186 ◦ green 117 ◦ blue 21

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

Shades of Pirate Gold #BA7515

Tints of Pirate Gold #BA7515

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.11%

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

R = 57.41%
G = 36.11%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA7515 (or 0xBA7515) is known color: Pirate Gold. HEX triplet: BA, 75 and 15. RGB value is (186,117,21). Sum of RGB (Red+Green+Blue) = 186+117+21=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7515 is #458AEA. Grayscale: #7F7F7F. Windows color (decimal): -4557547 or 1406394. OLE color: 1406394.

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

Color convert

RGB 186 117 21 -
CMYK 0 0.37 0.89 0.27
HSL 34.91º 0.8% 0.41% -
HSV(B) 34.91º 0.89% 0.73% -
XYZ 26.75 23.22 3.78 -
YUV 126.69 68.36 170.31 -
System Red Green Blue C M Y K H S L
Decimal 186 117 21 0 0.37 0.89 0.27 34.91 0.8 0.41
Hex BA 75 15 0 25 59 1B 23 50 29
Octal 272 165 25 0 45 131 33 43 120 51
Binary 10111010 1110101 10101 0 100101 1011001 11011 100011 1010000 101001

Color Harmonies of #BA7515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7515

Black with #BA7515

Text Example


Text Example

White with #BA7515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7515; }

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

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

background-color css

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

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

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

border-color css

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

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

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