Html Css Color HEX #BA7D1E Pirate Gold

📋 copy color: '#BA7D1E'

red 186 ◦ green 125 ◦ blue 30

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

Shades of Pirate Gold #BA7D1E

Tints of Pirate Gold #BA7D1E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.66%

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

R = 54.55%
G = 36.66%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA7D1E (or 0xBA7D1E) is known color: Pirate Gold. HEX triplet: BA, 7D and 1E. RGB value is (186,125,30). Sum of RGB (Red+Green+Blue) = 186+125+30=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7D1E is #4582E1. Grayscale: #848484. Windows color (decimal): -4555490 or 1998266. OLE color: 1998266.

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

Color convert

RGB 186 125 30 -
CMYK 0 0.33 0.84 0.27
HSL 36.54º 0.72% 0.42% -
HSV(B) 36.54º 0.84% 0.73% -
XYZ 27.82 25.2 4.63 -
YUV 132.41 70.21 166.22 -
System Red Green Blue C M Y K H S L
Decimal 186 125 30 0 0.33 0.84 0.27 36.54 0.72 0.42
Hex BA 7D 1E 0 21 54 1B 25 48 2A
Octal 272 175 36 0 41 124 33 45 110 52
Binary 10111010 1111101 11110 0 100001 1010100 11011 100101 1001000 101010

Color Harmonies of #BA7D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7D1E

Black with #BA7D1E

Text Example


Text Example

White with #BA7D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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