#B67721

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

Shades of Pirate Gold #B67721

Tints of Pirate Gold #B67721

Color information

#B67721 (or 0xB67721) is unknown color: approx Pirate Gold. HEX triplet: B6, 77 and 21. RGB value is (182,119,33). Sum of RGB (Red+Green+Blue) = 182+119+33=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 33 (13.28% from 255 or 9.88% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B67721 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67721 is #4988DE. Grayscale: #808080. Windows color (decimal): -4819167 or 2193334. OLE color: 2193334.

HSL color Cylindrical-coordinate representation of color #B67721: hue angle of 34.63º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B67721 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB18211933-
CMYK00.350.820.29
HSL34.63º69.3%42.16%-
HSV(B)34.63º81.87%71.37%-
XYZ26.1623.254.55-
YUV128.0374.37166.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.49%
GREEN value IS 119 (46.88% from 255) = 35.63%
BLUE value IS 33 (13.28% from 255) = 9.88%
R=54.49%
G=35.63%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821193300.350.820.2934.6369.342.16
HexB67721023521D23452a
Octal26616741043122354310552
Binary10110110111011110000101000111010010111011000111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67721; }

 p { color: rgb(182,119,33); }

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

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

 a { background-color: rgb(182,119,33); }

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

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

 span { border-color: rgb(182,119,33); }

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