Html Css Color HEX #BA792C Pirate Gold

📋 copy color: '#BA792C'

red 186 ◦ green 121 ◦ blue 44

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

Shades of Pirate Gold #BA792C

Tints of Pirate Gold #BA792C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.54%

R = 52.99%
G = 34.47%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA792C (or 0xBA792C) is known color: Pirate Gold. HEX triplet: BA, 79 and 2C. RGB value is (186,121,44). Sum of RGB (Red+Green+Blue) = 186+121+44=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA792C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA792C is #4586D3. Grayscale: #848484. Windows color (decimal): -4556500 or 2914746. OLE color: 2914746.

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

Color convert

RGB 186 121 44 -
CMYK 0 0.35 0.76 0.27
HSL 32.54º 0.62% 0.45% -
HSV(B) 32.54º 0.76% 0.73% -
XYZ 27.54 24.3 5.62 -
YUV 131.66 78.53 166.76 -
System Red Green Blue C M Y K H S L
Decimal 186 121 44 0 0.35 0.76 0.27 32.54 0.62 0.45
Hex BA 79 2C 0 23 4C 1B 21 3E 2D
Octal 272 171 54 0 43 114 33 41 76 55
Binary 10111010 1111001 101100 0 100011 1001100 11011 100001 111110 101101

Color Harmonies of #BA792C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA792C

Black with #BA792C

Text Example


Text Example

White with #BA792C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA792C; }

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

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

background-color css

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

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

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

border-color css

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

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

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