Html Css Color HEX #BA6A1E Pirate Gold

📋 copy color: '#BA6A1E'

red 186 ◦ green 106 ◦ blue 30

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

Shades of Pirate Gold #BA6A1E

Tints of Pirate Gold #BA6A1E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.92%

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

R = 57.76%
G = 32.92%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA6A1E (or 0xBA6A1E) is known color: Pirate Gold. HEX triplet: BA, 6A and 1E. RGB value is (186,106,30). Sum of RGB (Red+Green+Blue) = 186+106+30=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6A1E is #4595E1. Grayscale: #797979. Windows color (decimal): -4560354 or 1993402. OLE color: 1993402.

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

Color convert

RGB 186 106 30 -
CMYK 0 0.43 0.84 0.27
HSL 29.23º 0.72% 0.42% -
HSV(B) 29.23º 0.84% 0.73% -
XYZ 25.64 20.84 3.9 -
YUV 121.26 76.5 174.18 -
System Red Green Blue C M Y K H S L
Decimal 186 106 30 0 0.43 0.84 0.27 29.23 0.72 0.42
Hex BA 6A 1E 0 2B 54 1B 1D 48 2A
Octal 272 152 36 0 53 124 33 35 110 52
Binary 10111010 1101010 11110 0 101011 1010100 11011 11101 1001000 101010

Color Harmonies of #BA6A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6A1E

Black with #BA6A1E

Text Example


Text Example

White with #BA6A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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