Html Css Color HEX #BA8222 Pirate Gold

📋 copy color: '#BA8222'

red 186 ◦ green 130 ◦ blue 34

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

Shades of Pirate Gold #BA8222

Tints of Pirate Gold #BA8222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.71%

R = 53.14%
G = 37.14%
B = 9.71%

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

#BA8222 (or 0xBA8222) is known color: Pirate Gold. HEX triplet: BA, 82 and 22. RGB value is (186,130,34). Sum of RGB (Red+Green+Blue) = 186+130+34=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 34 (13.67% from 255 or 9.71% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8222 is #457DDD. Grayscale: #888888. Windows color (decimal): -4554206 or 2261690. OLE color: 2261690.

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

Color convert

RGB 186 130 34 -
CMYK 0 0.30 0.82 0.27
HSL 37.89º 0.69% 0.43% -
HSV(B) 37.89º 0.82% 0.73% -
XYZ 28.52 26.52 5.13 -
YUV 135.8 70.55 163.81 -
System Red Green Blue C M Y K H S L
Decimal 186 130 34 0 0.30 0.82 0.27 37.89 0.69 0.43
Hex BA 82 22 0 1E 52 1B 26 45 2B
Octal 272 202 42 0 36 122 33 46 105 53
Binary 10111010 10000010 100010 0 11110 1010010 11011 100110 1000101 101011

Color Harmonies of #BA8222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8222

Black with #BA8222

Text Example


Text Example

White with #BA8222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8222; }

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

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

background-color css

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

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

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

border-color css

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

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

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