#bf8024

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

Shades of Pirate Gold #BF8024

Tints of Pirate Gold #BF8024

Color information

#BF8024 (or 0xBF8024) is unknown color: approx Pirate Gold. HEX triplet: BF, 80 and 24. RGB value is (191,128,36). Sum of RGB (Red+Green+Blue) = 191+128+36=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 36 (14.45% from 255 or 10.14% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8024 is #407FDB. Grayscale: #888888. Windows color (decimal): -4227036 or 2392255. OLE color: 2392255.

HSL color Cylindrical-coordinate representation of color #BF8024: hue angle of 35.61º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF8024 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB19112836-
CMYK00.330.810.25
HSL35.61º68.28%44.51%-
HSV(B)35.61º81.15%74.9%-
XYZ29.5226.645.26-
YUV136.3571.37166.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.80%
GREEN value IS 128 (50.39% from 255) = 36.06%
BLUE value IS 36 (14.45% from 255) = 10.14%
R=53.80%
G=36.06%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911283600.330.810.2535.6168.2844.51
HexBF8024021511924442d
Octal27720044041121314410455
Binary101111111000000010010001000011010001110011001001000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf8024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf8024; }

 p { color: rgb(191,128,36); }

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

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

 a { background-color: rgb(191,128,36); }

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

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

 span { border-color: rgb(191,128,36); }

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