#B5731E

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

Shades of Pirate Gold #B5731E

Tints of Pirate Gold #B5731E

Color information

#B5731E (or 0xB5731E) is unknown color: approx Pirate Gold. HEX triplet: B5, 73 and 1E. RGB value is (181,115,30). Sum of RGB (Red+Green+Blue) = 181+115+30=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 30 (12.11% from 255 or 9.20% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B5731E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5731E is #4A8CE1. Grayscale: #7D7D7D. Windows color (decimal): -4885730 or 1995701. OLE color: 1995701.

HSL color Cylindrical-coordinate representation of color #B5731E: hue angle of 33.77º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5731E is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB18111530-
CMYK00.360.830.29
HSL33.77º71.56%41.37%-
HSV(B)33.77º83.43%70.98%-
XYZ25.4222.184.17-
YUV125.0474.37167.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.52%
GREEN value IS 115 (45.31% from 255) = 35.28%
BLUE value IS 30 (12.11% from 255) = 9.20%
R=55.52%
G=35.28%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811153000.360.830.2933.7771.5641.37
HexB5731E024531D224829
Octal26516336044123354211051
Binary1011010111100111111001001001010011111011000101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5731E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5731E; }

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

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

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

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

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

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

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

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