#BF7226

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

Shades of Pirate Gold #BF7226

Tints of Pirate Gold #BF7226

Color information

#BF7226 (or 0xBF7226) is unknown color: approx Pirate Gold. HEX triplet: BF, 72 and 26. RGB value is (191,114,38). Sum of RGB (Red+Green+Blue) = 191+114+38=343 (45% of max value = 765). Red value is 191 (75% from 255 or 55.69% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 38 (15.23% from 255 or 11.08% from 343); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7226 is #408DD9. Grayscale: #808080. Windows color (decimal): -4230618 or 2519743. OLE color: 2519743.

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

Color convert

RGB19111438-
CMYK00.400.800.25
HSL29.8º66.81%44.9%-
HSV(B)29.8º80.1%74.9%-
XYZ27.8523.254.85-
YUV128.3677.01172.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.69%
GREEN value IS 114 (44.92% from 255) = 33.24%
BLUE value IS 38 (15.23% from 255) = 11.08%
R=55.69%
G=33.24%
B=11.08%

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
Decimal1911143800.400.800.2529.866.8144.9
HexBF722602850191e432d
Octal27716246050120313610355
Binary1011111111100101001100101000101000011001111101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7226; }

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

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

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

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

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

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

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

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