#B67529

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

Shades of Pirate Gold #B67529

Tints of Pirate Gold #B67529

Color information

#B67529 (or 0xB67529) is unknown color: approx Pirate Gold. HEX triplet: B6, 75 and 29. RGB value is (182,117,41). Sum of RGB (Red+Green+Blue) = 182+117+41=340 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.53% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 41 (16.41% from 255 or 12.06% from 340); Max value from RGB is 182 - color contains mainly: red. Hex color #B67529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67529 is #498AD6. Grayscale: #808080. Windows color (decimal): -4819671 or 2717110. OLE color: 2717110.

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

Color convert

RGB18211741-
CMYK00.360.770.29
HSL32.34º63.23%43.73%-
HSV(B)32.34º77.47%71.37%-
XYZ26.0522.835.13-
YUV127.7779.03166.68-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.53%
GREEN value IS 117 (46.09% from 255) = 34.41%
BLUE value IS 41 (16.41% from 255) = 12.06%
R=53.53%
G=34.41%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821174100.360.770.2932.3463.2343.73
HexB675290244D1D203f2c
Octal2661655104411535407754
Binary1011011011101011010010100100100110111101100000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67529; }

 p { color: rgb(182,117,41); }

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

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

 a { background-color: rgb(182,117,41); }

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

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

 span { border-color: rgb(182,117,41); }

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