Html Css Color HEX #BA791D Pirate Gold

📋 copy color: '#BA791D'

red 186 ◦ green 121 ◦ blue 29

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

Shades of Pirate Gold #BA791D

Tints of Pirate Gold #BA791D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.63%

R = 55.36%
G = 36.01%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA791D (or 0xBA791D) is known color: Pirate Gold. HEX triplet: BA, 79 and 1D. RGB value is (186,121,29). Sum of RGB (Red+Green+Blue) = 186+121+29=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA791D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA791D is #4586E2. Grayscale: #828282. Windows color (decimal): -4556515 or 1931706. OLE color: 1931706.

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

Color convert

RGB 186 121 29 -
CMYK 0 0.35 0.84 0.27
HSL 35.16º 0.73% 0.42% -
HSV(B) 35.16º 0.84% 0.73% -
XYZ 27.31 24.2 4.39 -
YUV 129.95 71.03 167.98 -
System Red Green Blue C M Y K H S L
Decimal 186 121 29 0 0.35 0.84 0.27 35.16 0.73 0.42
Hex BA 79 1D 0 23 54 1B 23 49 2A
Octal 272 171 35 0 43 124 33 43 111 52
Binary 10111010 1111001 11101 0 100011 1010100 11011 100011 1001001 101010

Color Harmonies of #BA791D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA791D

Black with #BA791D

Text Example


Text Example

White with #BA791D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA791D; }

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

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

background-color css

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

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

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

border-color css

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

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

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