#B67821

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

Shades of Pirate Gold #B67821

Tints of Pirate Gold #B67821

Color information

#B67821 (or 0xB67821) is unknown color: approx Pirate Gold. HEX triplet: B6, 78 and 21. RGB value is (182,120,33). Sum of RGB (Red+Green+Blue) = 182+120+33=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B67821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67821 is #4987DE. Grayscale: #818181. Windows color (decimal): -4818911 or 2193590. OLE color: 2193590.

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

Color convert

RGB18212033-
CMYK00.340.820.29
HSL35.03º69.3%42.16%-
HSV(B)35.03º81.87%71.37%-
XYZ26.2823.494.59-
YUV128.6274.04166.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.33%
GREEN value IS 120 (47.27% from 255) = 35.82%
BLUE value IS 33 (13.28% from 255) = 9.85%
R=54.33%
G=35.82%
B=9.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821203300.340.820.2935.0369.342.16
HexB67821022521D23452a
Octal26617041042122354310552
Binary10110110111100010000101000101010010111011000111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67821; }

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

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

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

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

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

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

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

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