Html Css Color HEX #BA7929 Pirate Gold

📋 copy color: '#BA7929'

red 186 ◦ green 121 ◦ blue 41

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

Shades of Pirate Gold #BA7929

Tints of Pirate Gold #BA7929

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.77%

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

R = 53.45%
G = 34.77%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA7929 (or 0xBA7929) is known color: Pirate Gold. HEX triplet: BA, 79 and 29. RGB value is (186,121,41). Sum of RGB (Red+Green+Blue) = 186+121+41=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 41 (16.41% from 255 or 11.78% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7929 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7929 is #4586D6. Grayscale: #838383. Windows color (decimal): -4556503 or 2718138. OLE color: 2718138.

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

Color convert

RGB 186 121 41 -
CMYK 0 0.35 0.78 0.27
HSL 33.1º 0.64% 0.45% -
HSV(B) 33.1º 0.78% 0.73% -
XYZ 27.49 24.27 5.33 -
YUV 131.32 77.03 167 -
System Red Green Blue C M Y K H S L
Decimal 186 121 41 0 0.35 0.78 0.27 33.1 0.64 0.45
Hex BA 79 29 0 23 4E 1B 21 40 2D
Octal 272 171 51 0 43 116 33 41 100 55
Binary 10111010 1111001 101001 0 100011 1001110 11011 100001 1000000 101101

Color Harmonies of #BA7929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7929

Black with #BA7929

Text Example


Text Example

White with #BA7929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7929; }

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

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

background-color css

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

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

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

border-color css

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

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

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