Html Css Color HEX #BA7213 Pirate Gold

📋 copy color: '#BA7213'

red 186 ◦ green 114 ◦ blue 19

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

Shades of Pirate Gold #BA7213

Tints of Pirate Gold #BA7213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.96%

R = 58.31%
G = 35.74%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA7213 (or 0xBA7213) is known color: Pirate Gold. HEX triplet: BA, 72 and 13. RGB value is (186,114,19). Sum of RGB (Red+Green+Blue) = 186+114+19=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7213 is #458DEC. Grayscale: #7D7D7D. Windows color (decimal): -4558317 or 1274554. OLE color: 1274554.

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

Color convert

RGB 186 114 19 -
CMYK 0 0.39 0.90 0.27
HSL 34.13º 0.81% 0.4% -
HSV(B) 34.13º 0.9% 0.73% -
XYZ 26.38 22.52 3.57 -
YUV 124.7 68.35 171.72 -
System Red Green Blue C M Y K H S L
Decimal 186 114 19 0 0.39 0.90 0.27 34.13 0.81 0.4
Hex BA 72 13 0 27 5A 1B 22 51 28
Octal 272 162 23 0 47 132 33 42 121 50
Binary 10111010 1110010 10011 0 100111 1011010 11011 100010 1010001 101000

Color Harmonies of #BA7213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7213

Black with #BA7213

Text Example


Text Example

White with #BA7213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7213; }

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

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

background-color css

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

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

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

border-color css

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

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

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