Html Css Color HEX #BA7115 Pirate Gold

📋 copy color: '#BA7115'

red 186 ◦ green 113 ◦ blue 21

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

Shades of Pirate Gold #BA7115

Tints of Pirate Gold #BA7115

RGB

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

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

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

R = 58.13%
G = 35.31%
B = 6.56%

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

#BA7115 (or 0xBA7115) is known color: Pirate Gold. HEX triplet: BA, 71 and 15. RGB value is (186,113,21). Sum of RGB (Red+Green+Blue) = 186+113+21=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7115 is #458EEA. Grayscale: #7C7C7C. Windows color (decimal): -4558571 or 1405370. OLE color: 1405370.

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

Color convert

RGB 186 113 21 -
CMYK 0 0.39 0.89 0.27
HSL 33.45º 0.8% 0.41% -
HSV(B) 33.45º 0.89% 0.73% -
XYZ 26.29 22.3 3.63 -
YUV 124.34 69.68 171.98 -
System Red Green Blue C M Y K H S L
Decimal 186 113 21 0 0.39 0.89 0.27 33.45 0.8 0.41
Hex BA 71 15 0 27 59 1B 21 50 29
Octal 272 161 25 0 47 131 33 41 120 51
Binary 10111010 1110001 10101 0 100111 1011001 11011 100001 1010000 101001

Color Harmonies of #BA7115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7115

Black with #BA7115

Text Example


Text Example

White with #BA7115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7115; }

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

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

background-color css

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

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

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

border-color css

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

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

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