Html Css Color HEX #BA7A1E Pirate Gold

📋 copy color: '#BA7A1E'

red 186 ◦ green 122 ◦ blue 30

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

Shades of Pirate Gold #BA7A1E

Tints of Pirate Gold #BA7A1E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.09%

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

R = 55.03%
G = 36.09%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA7A1E (or 0xBA7A1E) is known color: Pirate Gold. HEX triplet: BA, 7A and 1E. RGB value is (186,122,30). Sum of RGB (Red+Green+Blue) = 186+122+30=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 30 (12.11% from 255 or 8.88% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7A1E is #4585E1. Grayscale: #838383. Windows color (decimal): -4556258 or 1997498. OLE color: 1997498.

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

Color convert

RGB 186 122 30 -
CMYK 0 0.34 0.84 0.27
HSL 35.38º 0.72% 0.42% -
HSV(B) 35.38º 0.84% 0.73% -
XYZ 27.44 24.45 4.5 -
YUV 130.65 71.2 167.48 -
System Red Green Blue C M Y K H S L
Decimal 186 122 30 0 0.34 0.84 0.27 35.38 0.72 0.42
Hex BA 7A 1E 0 22 54 1B 23 48 2A
Octal 272 172 36 0 42 124 33 43 110 52
Binary 10111010 1111010 11110 0 100010 1010100 11011 100011 1001000 101010

Color Harmonies of #BA7A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7A1E

Black with #BA7A1E

Text Example


Text Example

White with #BA7A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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