#BF7926

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

Shades of Pirate Gold #BF7926

Tints of Pirate Gold #BF7926

Color information

#BF7926 (or 0xBF7926) is unknown color: approx Pirate Gold. HEX triplet: BF, 79 and 26. RGB value is (191,121,38). Sum of RGB (Red+Green+Blue) = 191+121+38=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 38 (15.23% from 255 or 10.86% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7926 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7926 is #4086D9. Grayscale: #848484. Windows color (decimal): -4228826 or 2521535. OLE color: 2521535.

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

Color convert

RGB19112138-
CMYK00.370.800.25
HSL32.55º66.81%44.9%-
HSV(B)32.55º80.1%74.9%-
XYZ28.6724.895.13-
YUV132.4774.69169.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.57%
GREEN value IS 121 (47.66% from 255) = 34.57%
BLUE value IS 38 (15.23% from 255) = 10.86%
R=54.57%
G=34.57%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911213800.370.800.2532.5566.8144.9
HexBF7926025501921432d
Octal27717146045120314110355
Binary10111111111100110011001001011010000110011000011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7926; }

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

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

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

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

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

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

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

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