#BF7C31

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

Shades of Pirate Gold #BF7C31

Tints of Pirate Gold #BF7C31

Color information

#BF7C31 (or 0xBF7C31) is unknown color: approx Pirate Gold. HEX triplet: BF, 7C and 31. RGB value is (191,124,49). Sum of RGB (Red+Green+Blue) = 191+124+49=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 49 (19.53% from 255 or 13.46% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7C31 is #4083CE. Grayscale: #878787. Windows color (decimal): -4228047 or 3243199. OLE color: 3243199.

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

Color convert

RGB19112449-
CMYK00.350.740.25
HSL31.69º59.17%47.06%-
HSV(B)31.69º74.35%74.9%-
XYZ29.2525.716.33-
YUV135.4879.2167.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.47%
GREEN value IS 124 (48.83% from 255) = 34.07%
BLUE value IS 49 (19.53% from 255) = 13.46%
R=52.47%
G=34.07%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911244900.350.740.2531.6959.1747.06
HexBF7C310234A19203b2f
Octal2771746104311231407357
Binary1011111111111001100010100011100101011001100000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7C31; }

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

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

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

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

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

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

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

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