Html Css Color HEX #BA8221 Pirate Gold

📋 copy color: '#BA8221'

red 186 ◦ green 130 ◦ blue 33

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

Shades of Pirate Gold #BA8221

Tints of Pirate Gold #BA8221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.46%

R = 53.3%
G = 37.25%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA8221 (or 0xBA8221) is known color: Pirate Gold. HEX triplet: BA, 82 and 21. RGB value is (186,130,33). Sum of RGB (Red+Green+Blue) = 186+130+33=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 33 (13.28% from 255 or 9.46% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8221 is #457DDE. Grayscale: #888888. Windows color (decimal): -4554207 or 2196154. OLE color: 2196154.

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

Color convert

RGB 186 130 33 -
CMYK 0 0.30 0.82 0.27
HSL 38.04º 0.7% 0.43% -
HSV(B) 38.04º 0.82% 0.73% -
XYZ 28.51 26.51 5.05 -
YUV 135.69 70.05 163.89 -
System Red Green Blue C M Y K H S L
Decimal 186 130 33 0 0.30 0.82 0.27 38.04 0.7 0.43
Hex BA 82 21 0 1E 52 1B 26 46 2B
Octal 272 202 41 0 36 122 33 46 106 53
Binary 10111010 10000010 100001 0 11110 1010010 11011 100110 1000110 101011

Color Harmonies of #BA8221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8221

Black with #BA8221

Text Example


Text Example

White with #BA8221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8221; }

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

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

background-color css

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

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

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

border-color css

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

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

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