#BF7027

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

Shades of Pirate Gold #BF7027

Tints of Pirate Gold #BF7027

Color information

#BF7027 (or 0xBF7027) is unknown color: approx Pirate Gold. HEX triplet: BF, 70 and 27. RGB value is (191,112,39). Sum of RGB (Red+Green+Blue) = 191+112+39=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 39 (15.62% from 255 or 11.40% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7027 is #408FD8. Grayscale: #7F7F7F. Windows color (decimal): -4231129 or 2584767. OLE color: 2584767.

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

Color convert

RGB19111239-
CMYK00.410.800.25
HSL28.82º66.09%45.1%-
HSV(B)28.82º79.58%74.9%-
XYZ27.6522.814.87-
YUV127.378.17173.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.85%
GREEN value IS 112 (44.14% from 255) = 32.75%
BLUE value IS 39 (15.62% from 255) = 11.40%
R=55.85%
G=32.75%
B=11.40%

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
Decimal1911123900.410.800.2528.8266.0945.1
HexBF702702950191d422d
Octal27716047051120313510255
Binary1011111111100001001110101001101000011001111011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7027; }

 p { color: rgb(191,112,39); }

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

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

 a { background-color: rgb(191,112,39); }

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

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

 span { border-color: rgb(191,112,39); }

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