Html Css Color HEX #BA721A Pirate Gold

📋 copy color: '#BA721A'

red 186 ◦ green 114 ◦ blue 26

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

Shades of Pirate Gold #BA721A

Tints of Pirate Gold #BA721A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.98%

R = 57.06%
G = 34.97%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BA721A (or 0xBA721A) is known color: Pirate Gold. HEX triplet: BA, 72 and 1A. RGB value is (186,114,26). Sum of RGB (Red+Green+Blue) = 186+114+26=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 26 (10.55% from 255 or 7.98% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA721A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA721A is #458DE5. Grayscale: #7D7D7D. Windows color (decimal): -4558310 or 1733306. OLE color: 1733306.

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

Color convert

RGB 186 114 26 -
CMYK 0 0.39 0.86 0.27
HSL 33º 0.75% 0.42% -
HSV(B) 33º 0.86% 0.73% -
XYZ 26.45 22.55 3.94 -
YUV 125.5 71.85 171.16 -
System Red Green Blue C M Y K H S L
Decimal 186 114 26 0 0.39 0.86 0.27 33 0.75 0.42
Hex BA 72 1A 0 27 56 1B 21 4B 2A
Octal 272 162 32 0 47 126 33 41 113 52
Binary 10111010 1110010 11010 0 100111 1010110 11011 100001 1001011 101010

Color Harmonies of #BA721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA721A

Black with #BA721A

Text Example


Text Example

White with #BA721A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA721A; }

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

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

background-color css

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

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

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

border-color css

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

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

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