#BF7326

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

Shades of Pirate Gold #BF7326

Tints of Pirate Gold #BF7326

Color information

#BF7326 (or 0xBF7326) is unknown color: approx Pirate Gold. HEX triplet: BF, 73 and 26. RGB value is (191,115,38). Sum of RGB (Red+Green+Blue) = 191+115+38=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 38 (15.23% from 255 or 11.05% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7326 is #408CD9. Grayscale: #818181. Windows color (decimal): -4230362 or 2519999. OLE color: 2519999.

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

Color convert

RGB19111538-
CMYK00.400.800.25
HSL30.2º66.81%44.9%-
HSV(B)30.2º80.1%74.9%-
XYZ27.9723.484.89-
YUV128.9576.68172.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.52%
GREEN value IS 115 (45.31% from 255) = 33.43%
BLUE value IS 38 (15.23% from 255) = 11.05%
R=55.52%
G=33.43%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911153800.400.800.2530.266.8144.9
HexBF732602850191e432d
Octal27716346050120313610355
Binary1011111111100111001100101000101000011001111101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7326; }

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

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

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

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

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

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

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

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