Html Css Color HEX #BA6D1E Pirate Gold

📋 copy color: '#BA6D1E'

red 186 ◦ green 109 ◦ blue 30

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

Shades of Pirate Gold #BA6D1E

Tints of Pirate Gold #BA6D1E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.54%

 BLUE value IS 30 (12.11% from 255) = 9.23%

R = 57.23%
G = 33.54%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA6D1E (or 0xBA6D1E) is known color: Pirate Gold. HEX triplet: BA, 6D and 1E. RGB value is (186,109,30). Sum of RGB (Red+Green+Blue) = 186+109+30=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 30 (12.11% from 255 or 9.23% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6D1E is #4592E1. Grayscale: #7B7B7B. Windows color (decimal): -4559586 or 1994170. OLE color: 1994170.

HSL color Cylindrical-coordinate representation of color #BA6D1E: hue angle of 30.38º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA6D1E is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 109 30 -
CMYK 0 0.41 0.84 0.27
HSL 30.38º 0.72% 0.42% -
HSV(B) 30.38º 0.84% 0.73% -
XYZ 25.95 21.47 4 -
YUV 123.02 75.51 172.92 -
System Red Green Blue C M Y K H S L
Decimal 186 109 30 0 0.41 0.84 0.27 30.38 0.72 0.42
Hex BA 6D 1E 0 29 54 1B 1E 48 2A
Octal 272 155 36 0 51 124 33 36 110 52
Binary 10111010 1101101 11110 0 101001 1010100 11011 11110 1001000 101010

Color Harmonies of #BA6D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6D1E

Black with #BA6D1E

Text Example


Text Example

White with #BA6D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6D1E; }

 p { color: rgb(186,109,30); }

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

background-color css

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

 a { background-color: rgb(186,109,30); }

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

border-color css

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

 span { border-color: rgb(186,109,30); }

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