#BF7126

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

Shades of Pirate Gold #BF7126

Tints of Pirate Gold #BF7126

Color information

#BF7126 (or 0xBF7126) is unknown color: approx Pirate Gold. HEX triplet: BF, 71 and 26. RGB value is (191,113,38). Sum of RGB (Red+Green+Blue) = 191+113+38=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 38 (15.23% from 255 or 11.11% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7126 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7126 is #408ED9. Grayscale: #808080. Windows color (decimal): -4230874 or 2519487. OLE color: 2519487.

HSL color Cylindrical-coordinate representation of color #BF7126: hue angle of 29.41º degrees, saturation: 0.67, 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 #BF7126 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB19111338-
CMYK00.410.800.25
HSL29.41º66.81%44.9%-
HSV(B)29.41º80.1%74.9%-
XYZ27.7423.034.82-
YUV127.7777.34173.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.85%
GREEN value IS 113 (44.53% from 255) = 33.04%
BLUE value IS 38 (15.23% from 255) = 11.11%
R=55.85%
G=33.04%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911133800.410.800.2529.4166.8144.9
HexBF712602950191d432d
Octal27716146051120313510355
Binary1011111111100011001100101001101000011001111011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7126; }

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

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

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

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

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

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

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

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