Html Css Color HEX #BA6F13 Pirate Gold

📋 copy color: '#BA6F13'

red 186 ◦ green 111 ◦ blue 19

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

Shades of Pirate Gold #BA6F13

Tints of Pirate Gold #BA6F13

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.13%

 BLUE value IS 19 (7.81% from 255) = 6.01%

R = 58.86%
G = 35.13%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA6F13 (or 0xBA6F13) is known color: Pirate Gold. HEX triplet: BA, 6F and 13. RGB value is (186,111,19). Sum of RGB (Red+Green+Blue) = 186+111+19=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6F13 is #4590EC. Grayscale: #7B7B7B. Windows color (decimal): -4559085 or 1273786. OLE color: 1273786.

HSL color Cylindrical-coordinate representation of color #BA6F13: hue angle of 33.05º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA6F13 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 111 19 -
CMYK 0 0.40 0.90 0.27
HSL 33.05º 0.81% 0.4% -
HSV(B) 33.05º 0.9% 0.73% -
XYZ 26.05 21.86 3.46 -
YUV 122.94 69.35 172.98 -
System Red Green Blue C M Y K H S L
Decimal 186 111 19 0 0.40 0.90 0.27 33.05 0.81 0.4
Hex BA 6F 13 0 28 5A 1B 21 51 28
Octal 272 157 23 0 50 132 33 41 121 50
Binary 10111010 1101111 10011 0 101000 1011010 11011 100001 1010001 101000

Color Harmonies of #BA6F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F13

Black with #BA6F13

Text Example


Text Example

White with #BA6F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F13; }

 p { color: rgb(186,111,19); }

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

background-color css

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

 a { background-color: rgb(186,111,19); }

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

border-color css

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

 span { border-color: rgb(186,111,19); }

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