Html Css Color HEX #BA7221 Pirate Gold

📋 copy color: '#BA7221'

red 186 ◦ green 114 ◦ blue 33

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

Shades of Pirate Gold #BA7221

Tints of Pirate Gold #BA7221

RGB

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

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

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

R = 55.86%
G = 34.23%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA7221 (or 0xBA7221) is known color: Pirate Gold. HEX triplet: BA, 72 and 21. RGB value is (186,114,33). Sum of RGB (Red+Green+Blue) = 186+114+33=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7221 is #458DDE. Grayscale: #7E7E7E. Windows color (decimal): -4558303 or 2192058. OLE color: 2192058.

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

Color convert

RGB 186 114 33 -
CMYK 0 0.39 0.82 0.27
HSL 31.76º 0.7% 0.43% -
HSV(B) 31.76º 0.82% 0.73% -
XYZ 26.54 22.58 4.4 -
YUV 126.29 75.35 170.59 -
System Red Green Blue C M Y K H S L
Decimal 186 114 33 0 0.39 0.82 0.27 31.76 0.7 0.43
Hex BA 72 21 0 27 52 1B 20 46 2B
Octal 272 162 41 0 47 122 33 40 106 53
Binary 10111010 1110010 100001 0 100111 1010010 11011 100000 1000110 101011

Color Harmonies of #BA7221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7221

Black with #BA7221

Text Example


Text Example

White with #BA7221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7221; }

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

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

background-color css

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

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

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

border-color css

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

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

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