#BF7128

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

Shades of Pirate Gold #BF7128

Tints of Pirate Gold #BF7128

Color information

#BF7128 (or 0xBF7128) is unknown color: approx Pirate Gold. HEX triplet: BF, 71 and 28. RGB value is (191,113,40). Sum of RGB (Red+Green+Blue) = 191+113+40=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7128 is #408ED7. Grayscale: #808080. Windows color (decimal): -4230872 or 2650559. OLE color: 2650559.

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

Color convert

RGB19111340-
CMYK00.410.790.25
HSL29.01º65.37%45.29%-
HSV(B)29.01º79.06%74.9%-
XYZ27.7723.044.99-
YUV12878.34172.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.52%
GREEN value IS 113 (44.53% from 255) = 32.85%
BLUE value IS 40 (16.02% from 255) = 11.63%
R=55.52%
G=32.85%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911134000.410.790.2529.0165.3745.29
HexBF71280294F191d412d
Octal27716150051117313510155
Binary1011111111100011010000101001100111111001111011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7128; }

 p { color: rgb(191,113,40); }

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

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

 a { background-color: rgb(191,113,40); }

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

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

 span { border-color: rgb(191,113,40); }

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