Html Css Color HEX #BA7214 Pirate Gold

📋 copy color: '#BA7214'

red 186 ◦ green 114 ◦ blue 20

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

Shades of Pirate Gold #BA7214

Tints of Pirate Gold #BA7214

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.63%

 BLUE value IS 20 (8.2% from 255) = 6.25%

R = 58.13%
G = 35.63%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA7214 (or 0xBA7214) is known color: Pirate Gold. HEX triplet: BA, 72 and 14. RGB value is (186,114,20). Sum of RGB (Red+Green+Blue) = 186+114+20=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7214 is #458DEB. Grayscale: #7D7D7D. Windows color (decimal): -4558316 or 1340090. OLE color: 1340090.

HSL color Cylindrical-coordinate representation of color #BA7214: hue angle of 33.98º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA7214 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 114 20 -
CMYK 0 0.39 0.89 0.27
HSL 33.98º 0.81% 0.4% -
HSV(B) 33.98º 0.89% 0.73% -
XYZ 26.39 22.52 3.62 -
YUV 124.81 68.85 171.64 -
System Red Green Blue C M Y K H S L
Decimal 186 114 20 0 0.39 0.89 0.27 33.98 0.81 0.4
Hex BA 72 14 0 27 59 1B 22 51 28
Octal 272 162 24 0 47 131 33 42 121 50
Binary 10111010 1110010 10100 0 100111 1011001 11011 100010 1010001 101000

Color Harmonies of #BA7214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7214

Black with #BA7214

Text Example


Text Example

White with #BA7214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7214; }

 p { color: rgb(186,114,20); }

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

background-color css

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

 a { background-color: rgb(186,114,20); }

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

border-color css

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

 span { border-color: rgb(186,114,20); }

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