Html Css Color HEX #BA7615 Pirate Gold

📋 copy color: '#BA7615'

red 186 ◦ green 118 ◦ blue 21

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

Shades of Pirate Gold #BA7615

Tints of Pirate Gold #BA7615

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.31%

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

R = 57.23%
G = 36.31%
B = 6.46%

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

#BA7615 (or 0xBA7615) is known color: Pirate Gold. HEX triplet: BA, 76 and 15. RGB value is (186,118,21). Sum of RGB (Red+Green+Blue) = 186+118+21=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 21 (8.59% from 255 or 6.46% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7615 is #4589EA. Grayscale: #7F7F7F. Windows color (decimal): -4557291 or 1406650. OLE color: 1406650.

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

Color convert

RGB 186 118 21 -
CMYK 0 0.37 0.89 0.27
HSL 35.27º 0.8% 0.41% -
HSV(B) 35.27º 0.89% 0.73% -
XYZ 26.86 23.45 3.82 -
YUV 127.27 68.03 169.89 -
System Red Green Blue C M Y K H S L
Decimal 186 118 21 0 0.37 0.89 0.27 35.27 0.8 0.41
Hex BA 76 15 0 25 59 1B 23 50 29
Octal 272 166 25 0 45 131 33 43 120 51
Binary 10111010 1110110 10101 0 100101 1011001 11011 100011 1010000 101001

Color Harmonies of #BA7615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7615

Black with #BA7615

Text Example


Text Example

White with #BA7615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7615; }

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

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

background-color css

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

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

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

border-color css

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

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

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