#B67921

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

Shades of Pirate Gold #B67921

Tints of Pirate Gold #B67921

Color information

#B67921 (or 0xB67921) is unknown color: approx Pirate Gold. HEX triplet: B6, 79 and 21. RGB value is (182,121,33). Sum of RGB (Red+Green+Blue) = 182+121+33=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 33 (13.28% from 255 or 9.82% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B67921 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67921 is #4986DE. Grayscale: #818181. Windows color (decimal): -4818655 or 2193846. OLE color: 2193846.

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

Color convert

RGB18212133-
CMYK00.340.820.29
HSL35.44º69.3%42.16%-
HSV(B)35.44º81.87%71.37%-
XYZ26.423.734.63-
YUV129.2173.71165.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.17%
GREEN value IS 121 (47.66% from 255) = 36.01%
BLUE value IS 33 (13.28% from 255) = 9.82%
R=54.17%
G=36.01%
B=9.82%

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
Decimal1821213300.340.820.2935.4469.342.16
HexB67921022521D23452a
Octal26617141042122354310552
Binary10110110111100110000101000101010010111011000111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67921; }

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

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

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

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

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

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

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

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