Html Css Color HEX #BA792E Pirate Gold

📋 copy color: '#BA792E'

red 186 ◦ green 121 ◦ blue 46

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

Shades of Pirate Gold #BA792E

Tints of Pirate Gold #BA792E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.03%

R = 52.69%
G = 34.28%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA792E (or 0xBA792E) is known color: Pirate Gold. HEX triplet: BA, 79 and 2E. RGB value is (186,121,46). Sum of RGB (Red+Green+Blue) = 186+121+46=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 46 (18.36% from 255 or 13.03% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA792E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA792E is #4586D1. Grayscale: #848484. Windows color (decimal): -4556498 or 3045818. OLE color: 3045818.

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

Color convert

RGB 186 121 46 -
CMYK 0 0.35 0.75 0.27
HSL 32.14º 0.6% 0.45% -
HSV(B) 32.14º 0.75% 0.73% -
XYZ 27.58 24.31 5.82 -
YUV 131.89 79.53 166.6 -
System Red Green Blue C M Y K H S L
Decimal 186 121 46 0 0.35 0.75 0.27 32.14 0.6 0.45
Hex BA 79 2E 0 23 4B 1B 20 3C 2D
Octal 272 171 56 0 43 113 33 40 74 55
Binary 10111010 1111001 101110 0 100011 1001011 11011 100000 111100 101101

Color Harmonies of #BA792E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA792E

Black with #BA792E

Text Example


Text Example

White with #BA792E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA792E; }

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

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

background-color css

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

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

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

border-color css

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

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

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