#BA7C26

Color #BA7C26 Pirate Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pirate Gold #BA7C26

Tints of Pirate Gold #BA7C26

Color information

#BA7C26 (or 0xBA7C26) is unknown color: approx Pirate Gold. HEX triplet: BA, 7C and 26. RGB value is (186,124,38). Sum of RGB (Red+Green+Blue) = 186+124+38=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 38 (15.23% from 255 or 10.92% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7C26 is #4583D9. Grayscale: #858585. Windows color (decimal): -4555738 or 2522298. OLE color: 2522298.

HSL color Cylindrical-coordinate representation of color #BA7C26: hue angle of 34.86º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA7C26 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB18612438-
CMYK00.330.800.27
HSL34.86º66.07%43.92%-
HSV(B)34.86º79.57%72.94%-
XYZ27.8124.995.19-
YUV132.7374.54165.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.45%
GREEN value IS 124 (48.83% from 255) = 35.63%
BLUE value IS 38 (15.23% from 255) = 10.92%
R=53.45%
G=35.63%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861243800.330.800.2734.8666.0743.92
HexBA7C26021501B23422c
Octal27217446041120334310254
Binary10111010111110010011001000011010000110111000111000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7C26; }

 p { color: rgb(186,124,38); }

 H1.HeaderClassName
 {
   color: #BA7C26;
 }
 .AnyTagClassName
 {
   color: #BA7C26;
 }
</style>
background-color css

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

 a { background-color: rgb(186,124,38); }

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

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

 span { border-color: rgb(186,124,38); }

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