Html Css Color HEX #BA7229 Pirate Gold

📋 copy color: '#BA7229'

red 186 ◦ green 114 ◦ blue 41

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

Shades of Pirate Gold #BA7229

Tints of Pirate Gold #BA7229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.02%

R = 54.55%
G = 33.43%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA7229 (or 0xBA7229) is known color: Pirate Gold. HEX triplet: BA, 72 and 29. RGB value is (186,114,41). Sum of RGB (Red+Green+Blue) = 186+114+41=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7229 is #458DD6. Grayscale: #7F7F7F. Windows color (decimal): -4558295 or 2716346. OLE color: 2716346.

HSL color Cylindrical-coordinate representation of color #BA7229: hue angle of 30.21º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA7229 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 114 41 -
CMYK 0 0.39 0.78 0.27
HSL 30.21º 0.64% 0.45% -
HSV(B) 30.21º 0.78% 0.73% -
XYZ 26.67 22.63 5.06 -
YUV 127.21 79.35 169.94 -
System Red Green Blue C M Y K H S L
Decimal 186 114 41 0 0.39 0.78 0.27 30.21 0.64 0.45
Hex BA 72 29 0 27 4E 1B 1E 40 2D
Octal 272 162 51 0 47 116 33 36 100 55
Binary 10111010 1110010 101001 0 100111 1001110 11011 11110 1000000 101101

Color Harmonies of #BA7229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7229

Black with #BA7229

Text Example


Text Example

White with #BA7229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7229; }

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

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

background-color css

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

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

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

border-color css

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

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

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