#BF7527

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

Shades of Pirate Gold #BF7527

Tints of Pirate Gold #BF7527

Color information

#BF7527 (or 0xBF7527) is unknown color: approx Pirate Gold. HEX triplet: BF, 75 and 27. RGB value is (191,117,39). Sum of RGB (Red+Green+Blue) = 191+117+39=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 39 (15.62% from 255 or 11.24% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7527 is #408AD8. Grayscale: #828282. Windows color (decimal): -4229849 or 2586047. OLE color: 2586047.

HSL color Cylindrical-coordinate representation of color #BF7527: hue angle of 30.79º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF7527 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB19111739-
CMYK00.390.800.25
HSL30.79º66.09%45.1%-
HSV(B)30.79º79.58%74.9%-
XYZ28.2123.955.05-
YUV130.2376.52171.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.04%
GREEN value IS 117 (46.09% from 255) = 33.72%
BLUE value IS 39 (15.62% from 255) = 11.24%
R=55.04%
G=33.72%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911173900.390.800.2530.7966.0945.1
HexBF752702750191f422d
Octal27716547047120313710255
Binary1011111111101011001110100111101000011001111111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7527; }

 p { color: rgb(191,117,39); }

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

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

 a { background-color: rgb(191,117,39); }

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

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

 span { border-color: rgb(191,117,39); }

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