Html Css Color HEX #BA7924 Pirate Gold

📋 copy color: '#BA7924'

red 186 ◦ green 121 ◦ blue 36

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

Shades of Pirate Gold #BA7924

Tints of Pirate Gold #BA7924

RGB

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

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

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

R = 54.23%
G = 35.28%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA7924 (or 0xBA7924) is known color: Pirate Gold. HEX triplet: BA, 79 and 24. RGB value is (186,121,36). Sum of RGB (Red+Green+Blue) = 186+121+36=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 36 (14.45% from 255 or 10.50% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7924 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7924 is #4586DB. Grayscale: #838383. Windows color (decimal): -4556508 or 2390458. OLE color: 2390458.

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

Color convert

RGB 186 121 36 -
CMYK 0 0.35 0.81 0.27
HSL 34º 0.68% 0.44% -
HSV(B) 34º 0.81% 0.73% -
XYZ 27.41 24.24 4.9 -
YUV 130.75 74.53 167.41 -
System Red Green Blue C M Y K H S L
Decimal 186 121 36 0 0.35 0.81 0.27 34 0.68 0.44
Hex BA 79 24 0 23 51 1B 22 44 2C
Octal 272 171 44 0 43 121 33 42 104 54
Binary 10111010 1111001 100100 0 100011 1010001 11011 100010 1000100 101100

Color Harmonies of #BA7924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7924

Black with #BA7924

Text Example


Text Example

White with #BA7924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7924; }

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

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

background-color css

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

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

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

border-color css

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

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

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