#BF7E25

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

Shades of Pirate Gold #BF7E25

Tints of Pirate Gold #BF7E25

Color information

#BF7E25 (or 0xBF7E25) is unknown color: approx Pirate Gold. HEX triplet: BF, 7E and 25. RGB value is (191,126,37). Sum of RGB (Red+Green+Blue) = 191+126+37=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 37 (14.84% from 255 or 10.45% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7E25 is #4081DA. Grayscale: #878787. Windows color (decimal): -4227547 or 2457279. OLE color: 2457279.

HSL color Cylindrical-coordinate representation of color #BF7E25: hue angle of 34.68º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF7E25 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB19112637-
CMYK00.340.810.25
HSL34.68º67.54%44.71%-
HSV(B)34.68º80.63%74.9%-
XYZ29.2826.135.25-
YUV135.2972.53167.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.95%
GREEN value IS 126 (49.61% from 255) = 35.59%
BLUE value IS 37 (14.84% from 255) = 10.45%
R=53.95%
G=35.59%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911263700.340.810.2534.6867.5444.71
HexBF7E25022511923442d
Octal27717645042121314310455
Binary10111111111111010010101000101010001110011000111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7E25; }

 p { color: rgb(191,126,37); }

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

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

 a { background-color: rgb(191,126,37); }

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

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

 span { border-color: rgb(191,126,37); }

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