#B5761E

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

Shades of Pirate Gold #B5761E

Tints of Pirate Gold #B5761E

Color information

#B5761E (or 0xB5761E) is unknown color: approx Pirate Gold. HEX triplet: B5, 76 and 1E. RGB value is (181,118,30). Sum of RGB (Red+Green+Blue) = 181+118+30=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 30 (12.11% from 255 or 9.12% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B5761E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5761E is #4A89E1. Grayscale: #7F7F7F. Windows color (decimal): -4884962 or 1996469. OLE color: 1996469.

HSL color Cylindrical-coordinate representation of color #B5761E: hue angle of 34.97º 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 #B5761E is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB18111830-
CMYK00.350.830.29
HSL34.97º71.56%41.37%-
HSV(B)34.97º83.43%70.98%-
XYZ25.7722.874.29-
YUV126.873.37166.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.02%
GREEN value IS 118 (46.48% from 255) = 35.87%
BLUE value IS 30 (12.11% from 255) = 9.12%
R=55.02%
G=35.87%
B=9.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811183000.350.830.2934.9771.5641.37
HexB5761E023531D234829
Octal26516636043123354311051
Binary1011010111101101111001000111010011111011000111001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5761E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5761E; }

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

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

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

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

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

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

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

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