#B9731E

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

Shades of Pirate Gold #B9731E

Tints of Pirate Gold #B9731E

Color information

#B9731E (or 0xB9731E) is unknown color: approx Pirate Gold. HEX triplet: B9, 73 and 1E. RGB value is (185,115,30). Sum of RGB (Red+Green+Blue) = 185+115+30=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B9731E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9731E is #468CE1. Grayscale: #7E7E7E. Windows color (decimal): -4623586 or 1995705. OLE color: 1995705.

HSL color Cylindrical-coordinate representation of color #B9731E: hue angle of 32.9º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B9731E is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB18511530-
CMYK00.380.840.27
HSL32.9º72.09%42.16%-
HSV(B)32.9º83.78%72.55%-
XYZ26.3722.674.21-
YUV126.2473.69169.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.06%
GREEN value IS 115 (45.31% from 255) = 34.85%
BLUE value IS 30 (12.11% from 255) = 9.09%
R=56.06%
G=34.85%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851153000.380.840.2732.972.0942.16
HexB9731E026541B21482a
Octal27116336046124334111052
Binary1011100111100111111001001101010100110111000011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9731E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9731E; }

 p { color: rgb(185,115,30); }

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

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

 a { background-color: rgb(185,115,30); }

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

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

 span { border-color: rgb(185,115,30); }

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