Html Css Color HEX #BA7114 Pirate Gold

📋 copy color: '#BA7114'

red 186 ◦ green 113 ◦ blue 20

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

Shades of Pirate Gold #BA7114

Tints of Pirate Gold #BA7114

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.42%

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

R = 58.31%
G = 35.42%
B = 6.27%

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

#BA7114 (or 0xBA7114) is known color: Pirate Gold. HEX triplet: BA, 71 and 14. RGB value is (186,113,20). Sum of RGB (Red+Green+Blue) = 186+113+20=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7114 is #458EEB. Grayscale: #7C7C7C. Windows color (decimal): -4558572 or 1339834. OLE color: 1339834.

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

Color convert

RGB 186 113 20 -
CMYK 0 0.39 0.89 0.27
HSL 33.61º 0.81% 0.4% -
HSV(B) 33.61º 0.89% 0.73% -
XYZ 26.28 22.3 3.58 -
YUV 124.23 69.18 172.06 -
System Red Green Blue C M Y K H S L
Decimal 186 113 20 0 0.39 0.89 0.27 33.61 0.81 0.4
Hex BA 71 14 0 27 59 1B 22 51 28
Octal 272 161 24 0 47 131 33 42 121 50
Binary 10111010 1110001 10100 0 100111 1011001 11011 100010 1010001 101000

Color Harmonies of #BA7114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7114

Black with #BA7114

Text Example


Text Example

White with #BA7114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7114; }

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

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

background-color css

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

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

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

border-color css

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

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

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