Html Css Color HEX #BA6C1D Pirate Gold

📋 copy color: '#BA6C1D'

red 186 ◦ green 108 ◦ blue 29

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

Shades of Pirate Gold #BA6C1D

Tints of Pirate Gold #BA6C1D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.44%

 BLUE value IS 29 (11.72% from 255) = 8.98%

R = 57.59%
G = 33.44%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA6C1D (or 0xBA6C1D) is known color: Pirate Gold. HEX triplet: BA, 6C and 1D. RGB value is (186,108,29). Sum of RGB (Red+Green+Blue) = 186+108+29=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6C1D is #4593E2. Grayscale: #7A7A7A. Windows color (decimal): -4559843 or 1928378. OLE color: 1928378.

HSL color Cylindrical-coordinate representation of color #BA6C1D: hue angle of 30.19º degrees, saturation: 0.73, 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 #BA6C1D is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 108 29 -
CMYK 0 0.42 0.84 0.27
HSL 30.19º 0.73% 0.42% -
HSV(B) 30.19º 0.84% 0.73% -
XYZ 25.83 21.25 3.9 -
YUV 122.32 75.34 173.42 -
System Red Green Blue C M Y K H S L
Decimal 186 108 29 0 0.42 0.84 0.27 30.19 0.73 0.42
Hex BA 6C 1D 0 2A 54 1B 1E 49 2A
Octal 272 154 35 0 52 124 33 36 111 52
Binary 10111010 1101100 11101 0 101010 1010100 11011 11110 1001001 101010

Color Harmonies of #BA6C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6C1D

Black with #BA6C1D

Text Example


Text Example

White with #BA6C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6C1D; }

 p { color: rgb(186,108,29); }

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

background-color css

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

 a { background-color: rgb(186,108,29); }

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

border-color css

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

 span { border-color: rgb(186,108,29); }

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