#BA7A1B

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

Shades of Pirate Gold #BA7A1B

Tints of Pirate Gold #BA7A1B

Color information

#BA7A1B (or 0xBA7A1B) is unknown color: approx Pirate Gold. HEX triplet: BA, 7A and 1B. RGB value is (186,122,27). Sum of RGB (Red+Green+Blue) = 186+122+27=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7A1B is #4585E4. Grayscale: #828282. Windows color (decimal): -4556261 or 1800890. OLE color: 1800890.

HSL color Cylindrical-coordinate representation of color #BA7A1B: hue angle of 35.85º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA7A1B is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB18612227-
CMYK00.340.850.27
HSL35.85º74.65%41.76%-
HSV(B)35.85º85.48%72.94%-
XYZ27.4124.444.31-
YUV130.3169.7167.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.52%
GREEN value IS 122 (48.05% from 255) = 36.42%
BLUE value IS 27 (10.94% from 255) = 8.06%
R=55.52%
G=36.42%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861222700.340.850.2735.8574.6541.76
HexBA7A1B022551B244b2a
Octal27217233042125334411352
Binary1011101011110101101101000101010101110111001001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7A1B; }

 p { color: rgb(186,122,27); }

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

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

 a { background-color: rgb(186,122,27); }

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

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

 span { border-color: rgb(186,122,27); }

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