Html Css Color HEX #BA7724 Pirate Gold

📋 copy color: '#BA7724'

red 186 ◦ green 119 ◦ blue 36

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

Shades of Pirate Gold #BA7724

Tints of Pirate Gold #BA7724

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.9%

 BLUE value IS 36 (14.45% from 255) = 10.56%

R = 54.55%
G = 34.9%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA7724 (or 0xBA7724) is known color: Pirate Gold. HEX triplet: BA, 77 and 24. RGB value is (186,119,36). Sum of RGB (Red+Green+Blue) = 186+119+36=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 36 (14.45% from 255 or 10.56% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7724 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7724 is #4588DB. Grayscale: #818181. Windows color (decimal): -4557020 or 2389946. OLE color: 2389946.

HSL color Cylindrical-coordinate representation of color #BA7724: hue angle of 33.2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA7724 is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 119 36 -
CMYK 0 0.36 0.81 0.27
HSL 33.2º 0.68% 0.44% -
HSV(B) 33.2º 0.81% 0.73% -
XYZ 27.16 23.76 4.82 -
YUV 129.57 75.2 168.25 -
System Red Green Blue C M Y K H S L
Decimal 186 119 36 0 0.36 0.81 0.27 33.2 0.68 0.44
Hex BA 77 24 0 24 51 1B 21 44 2C
Octal 272 167 44 0 44 121 33 41 104 54
Binary 10111010 1110111 100100 0 100100 1010001 11011 100001 1000100 101100

Color Harmonies of #BA7724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7724

Black with #BA7724

Text Example


Text Example

White with #BA7724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7724; }

 p { color: rgb(186,119,36); }

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

background-color css

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

 a { background-color: rgb(186,119,36); }

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

border-color css

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

 span { border-color: rgb(186,119,36); }

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