Html Css Color HEX #BA7824 Pirate Gold

📋 copy color: '#BA7824'

red 186 ◦ green 120 ◦ blue 36

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

Shades of Pirate Gold #BA7824

Tints of Pirate Gold #BA7824

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.09%

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

R = 54.39%
G = 35.09%
B = 10.53%

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

#BA7824 (or 0xBA7824) is known color: Pirate Gold. HEX triplet: BA, 78 and 24. RGB value is (186,120,36). Sum of RGB (Red+Green+Blue) = 186+120+36=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 36 (14.45% from 255 or 10.53% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7824 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7824 is #4587DB. Grayscale: #828282. Windows color (decimal): -4556764 or 2390202. OLE color: 2390202.

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

Color convert

RGB 186 120 36 -
CMYK 0 0.35 0.81 0.27
HSL 33.6º 0.68% 0.44% -
HSV(B) 33.6º 0.81% 0.73% -
XYZ 27.28 24 4.86 -
YUV 130.16 74.87 167.83 -
System Red Green Blue C M Y K H S L
Decimal 186 120 36 0 0.35 0.81 0.27 33.6 0.68 0.44
Hex BA 78 24 0 23 51 1B 22 44 2C
Octal 272 170 44 0 43 121 33 42 104 54
Binary 10111010 1111000 100100 0 100011 1010001 11011 100010 1000100 101100

Color Harmonies of #BA7824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7824

Black with #BA7824

Text Example


Text Example

White with #BA7824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7824; }

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

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

background-color css

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

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

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

border-color css

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

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

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