Html Css Color HEX #BA6815 Pirate Gold

📋 copy color: '#BA6815'

red 186 ◦ green 104 ◦ blue 21

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

Shades of Pirate Gold #BA6815

Tints of Pirate Gold #BA6815

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.44%

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

R = 59.81%
G = 33.44%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA6815 (or 0xBA6815) is known color: Pirate Gold. HEX triplet: BA, 68 and 15. RGB value is (186,104,21). Sum of RGB (Red+Green+Blue) = 186+104+21=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 21 (8.59% from 255 or 6.75% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6815 is #4597EA. Grayscale: #777777. Windows color (decimal): -4560875 or 1403066. OLE color: 1403066.

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

Color convert

RGB 186 104 21 -
CMYK 0 0.44 0.89 0.27
HSL 30.18º 0.8% 0.41% -
HSV(B) 30.18º 0.89% 0.73% -
XYZ 25.34 20.39 3.31 -
YUV 119.06 72.67 175.75 -
System Red Green Blue C M Y K H S L
Decimal 186 104 21 0 0.44 0.89 0.27 30.18 0.8 0.41
Hex BA 68 15 0 2C 59 1B 1E 50 29
Octal 272 150 25 0 54 131 33 36 120 51
Binary 10111010 1101000 10101 0 101100 1011001 11011 11110 1010000 101001

Color Harmonies of #BA6815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6815

Black with #BA6815

Text Example


Text Example

White with #BA6815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6815; }

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

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

background-color css

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

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

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

border-color css

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

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

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