#BF7C2C

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

Shades of Pirate Gold #BF7C2C

Tints of Pirate Gold #BF7C2C

Color information

#BF7C2C (or 0xBF7C2C) is unknown color: approx Pirate Gold. HEX triplet: BF, 7C and 2C. RGB value is (191,124,44). Sum of RGB (Red+Green+Blue) = 191+124+44=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 44 (17.58% from 255 or 12.26% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7C2C is #4083D3. Grayscale: #878787. Windows color (decimal): -4228052 or 2915519. OLE color: 2915519.

HSL color Cylindrical-coordinate representation of color #BF7C2C: hue angle of 32.65º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF7C2C is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB19112444-
CMYK00.350.770.25
HSL32.65º62.55%46.08%-
HSV(B)32.65º76.96%74.9%-
XYZ29.1525.675.8-
YUV134.9176.7168-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.20%
GREEN value IS 124 (48.83% from 255) = 34.54%
BLUE value IS 44 (17.58% from 255) = 12.26%
R=53.20%
G=34.54%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911244400.350.770.2532.6562.5546.08
HexBF7C2C0234D19213f2e
Octal2771745404311531417756
Binary1011111111111001011000100011100110111001100001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7C2C; }

 p { color: rgb(191,124,44); }

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

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

 a { background-color: rgb(191,124,44); }

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

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

 span { border-color: rgb(191,124,44); }

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