Html Css Color HEX #BA7420 Pirate Gold

📋 copy color: '#BA7420'

red 186 ◦ green 116 ◦ blue 32

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

Shades of Pirate Gold #BA7420

Tints of Pirate Gold #BA7420

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.73%

 BLUE value IS 32 (12.89% from 255) = 9.58%

R = 55.69%
G = 34.73%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA7420 (or 0xBA7420) is known color: Pirate Gold. HEX triplet: BA, 74 and 20. RGB value is (186,116,32). Sum of RGB (Red+Green+Blue) = 186+116+32=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7420 is #458BDF. Grayscale: #7F7F7F. Windows color (decimal): -4557792 or 2127034. OLE color: 2127034.

HSL color Cylindrical-coordinate representation of color #BA7420: hue angle of 32.73º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA7420 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 116 32 -
CMYK 0 0.38 0.83 0.27
HSL 32.73º 0.71% 0.43% -
HSV(B) 32.73º 0.83% 0.73% -
XYZ 26.76 23.03 4.4 -
YUV 127.35 74.19 169.83 -
System Red Green Blue C M Y K H S L
Decimal 186 116 32 0 0.38 0.83 0.27 32.73 0.71 0.43
Hex BA 74 20 0 26 53 1B 21 47 2B
Octal 272 164 40 0 46 123 33 41 107 53
Binary 10111010 1110100 100000 0 100110 1010011 11011 100001 1000111 101011

Color Harmonies of #BA7420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7420

Black with #BA7420

Text Example


Text Example

White with #BA7420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7420; }

 p { color: rgb(186,116,32); }

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

background-color css

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

 a { background-color: rgb(186,116,32); }

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

border-color css

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

 span { border-color: rgb(186,116,32); }

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