Html Css Color HEX #BA7928 Pirate Gold

📋 copy color: '#BA7928'

red 186 ◦ green 121 ◦ blue 40

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

Shades of Pirate Gold #BA7928

Tints of Pirate Gold #BA7928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.53%

R = 53.6%
G = 34.87%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA7928 (or 0xBA7928) is known color: Pirate Gold. HEX triplet: BA, 79 and 28. RGB value is (186,121,40). Sum of RGB (Red+Green+Blue) = 186+121+40=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7928 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7928 is #4586D7. Grayscale: #838383. Windows color (decimal): -4556504 or 2652602. OLE color: 2652602.

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

Color convert

RGB 186 121 40 -
CMYK 0 0.35 0.78 0.27
HSL 33.29º 0.65% 0.44% -
HSV(B) 33.29º 0.78% 0.73% -
XYZ 27.47 24.27 5.24 -
YUV 131.2 76.53 167.09 -
System Red Green Blue C M Y K H S L
Decimal 186 121 40 0 0.35 0.78 0.27 33.29 0.65 0.44
Hex BA 79 28 0 23 4E 1B 21 41 2C
Octal 272 171 50 0 43 116 33 41 101 54
Binary 10111010 1111001 101000 0 100011 1001110 11011 100001 1000001 101100

Color Harmonies of #BA7928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7928

Black with #BA7928

Text Example


Text Example

White with #BA7928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7928; }

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

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

background-color css

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

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

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

border-color css

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

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

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