Html Css Color HEX #BA6E12 Pirate Gold

📋 copy color: '#BA6E12'

red 186 ◦ green 110 ◦ blue 18

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

Shades of Pirate Gold #BA6E12

Tints of Pirate Gold #BA6E12

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.03%

 BLUE value IS 18 (7.42% from 255) = 5.73%

R = 59.24%
G = 35.03%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA6E12 (or 0xBA6E12) is known color: Pirate Gold. HEX triplet: BA, 6E and 12. RGB value is (186,110,18). Sum of RGB (Red+Green+Blue) = 186+110+18=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6E12 is #4591ED. Grayscale: #7A7A7A. Windows color (decimal): -4559342 or 1207994. OLE color: 1207994.

HSL color Cylindrical-coordinate representation of color #BA6E12: hue angle of 32.86º degrees, saturation: 0.82, 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 #BA6E12 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 110 18 -
CMYK 0 0.41 0.90 0.27
HSL 32.86º 0.82% 0.4% -
HSV(B) 32.86º 0.9% 0.73% -
XYZ 25.93 21.63 3.38 -
YUV 122.24 69.18 173.48 -
System Red Green Blue C M Y K H S L
Decimal 186 110 18 0 0.41 0.90 0.27 32.86 0.82 0.4
Hex BA 6E 12 0 29 5A 1B 21 52 28
Octal 272 156 22 0 51 132 33 41 122 50
Binary 10111010 1101110 10010 0 101001 1011010 11011 100001 1010010 101000

Color Harmonies of #BA6E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6E12

Black with #BA6E12

Text Example


Text Example

White with #BA6E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6E12; }

 p { color: rgb(186,110,18); }

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

background-color css

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

 a { background-color: rgb(186,110,18); }

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

border-color css

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

 span { border-color: rgb(186,110,18); }

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