Html Css Color HEX #BA8220 Pirate Gold

📋 copy color: '#BA8220'

red 186 ◦ green 130 ◦ blue 32

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

Shades of Pirate Gold #BA8220

Tints of Pirate Gold #BA8220

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.36%

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

R = 53.45%
G = 37.36%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA8220 (or 0xBA8220) is known color: Pirate Gold. HEX triplet: BA, 82 and 20. RGB value is (186,130,32). Sum of RGB (Red+Green+Blue) = 186+130+32=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 32 (12.89% from 255 or 9.20% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8220 is #457DDF. Grayscale: #888888. Windows color (decimal): -4554208 or 2130618. OLE color: 2130618.

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

Color convert

RGB 186 130 32 -
CMYK 0 0.30 0.83 0.27
HSL 38.18º 0.71% 0.43% -
HSV(B) 38.18º 0.83% 0.73% -
XYZ 28.49 26.51 4.98 -
YUV 135.57 69.55 163.97 -
System Red Green Blue C M Y K H S L
Decimal 186 130 32 0 0.30 0.83 0.27 38.18 0.71 0.43
Hex BA 82 20 0 1E 53 1B 26 47 2B
Octal 272 202 40 0 36 123 33 46 107 53
Binary 10111010 10000010 100000 0 11110 1010011 11011 100110 1000111 101011

Color Harmonies of #BA8220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8220

Black with #BA8220

Text Example


Text Example

White with #BA8220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8220; }

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

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

background-color css

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

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

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

border-color css

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

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

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