Html Css Color HEX #BA7220 Pirate Gold

📋 copy color: '#BA7220'

red 186 ◦ green 114 ◦ blue 32

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

Shades of Pirate Gold #BA7220

Tints of Pirate Gold #BA7220

RGB

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

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

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

R = 56.02%
G = 34.34%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA7220 (or 0xBA7220) is known color: Pirate Gold. HEX triplet: BA, 72 and 20. RGB value is (186,114,32). Sum of RGB (Red+Green+Blue) = 186+114+32=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7220 is #458DDF. Grayscale: #7E7E7E. Windows color (decimal): -4558304 or 2126522. OLE color: 2126522.

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

Color convert

RGB 186 114 32 -
CMYK 0 0.39 0.83 0.27
HSL 31.95º 0.71% 0.43% -
HSV(B) 31.95º 0.83% 0.73% -
XYZ 26.53 22.58 4.33 -
YUV 126.18 74.85 170.67 -
System Red Green Blue C M Y K H S L
Decimal 186 114 32 0 0.39 0.83 0.27 31.95 0.71 0.43
Hex BA 72 20 0 27 53 1B 20 47 2B
Octal 272 162 40 0 47 123 33 40 107 53
Binary 10111010 1110010 100000 0 100111 1010011 11011 100000 1000111 101011

Color Harmonies of #BA7220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7220

Black with #BA7220

Text Example


Text Example

White with #BA7220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7220; }

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

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

background-color css

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

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

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

border-color css

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

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

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