#BF7523

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

Shades of Pirate Gold #BF7523

Tints of Pirate Gold #BF7523

Color information

#BF7523 (or 0xBF7523) is unknown color: approx Pirate Gold. HEX triplet: BF, 75 and 23. RGB value is (191,117,35). Sum of RGB (Red+Green+Blue) = 191+117+35=343 (45% of max value = 765). Red value is 191 (75% from 255 or 55.69% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 35 (14.06% from 255 or 10.20% from 343); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7523 is #408ADC. Grayscale: #828282. Windows color (decimal): -4229853 or 2323903. OLE color: 2323903.

HSL color Cylindrical-coordinate representation of color #BF7523: hue angle of 31.54º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF7523 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB19111735-
CMYK00.390.820.25
HSL31.54º69.03%44.31%-
HSV(B)31.54º81.68%74.9%-
XYZ28.1523.924.72-
YUV129.7874.52171.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.69%
GREEN value IS 117 (46.09% from 255) = 34.11%
BLUE value IS 35 (14.06% from 255) = 10.20%
R=55.69%
G=34.11%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911173500.390.820.2531.5469.0344.31
HexBF7523027521920452c
Octal27716543047122314010554
Binary10111111111010110001101001111010010110011000001000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7523; }

 p { color: rgb(191,117,35); }

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

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

 a { background-color: rgb(191,117,35); }

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

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

 span { border-color: rgb(191,117,35); }

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