#B6721D

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

Shades of Pirate Gold #B6721D

Tints of Pirate Gold #B6721D

Color information

#B6721D (or 0xB6721D) is unknown color: approx Pirate Gold. HEX triplet: B6, 72 and 1D. RGB value is (182,114,29). Sum of RGB (Red+Green+Blue) = 182+114+29=325 (43% of max value = 765). Red value is 182 (71.48% from 255 or 56% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 182 - color contains mainly: red. Hex color #B6721D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6721D is #498DE2. Grayscale: #7D7D7D. Windows color (decimal): -4820451 or 1929910. OLE color: 1929910.

HSL color Cylindrical-coordinate representation of color #B6721D: hue angle of 33.33º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B6721D is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB18211429-
CMYK00.370.840.29
HSL33.33º72.51%41.37%-
HSV(B)33.33º84.07%71.37%-
XYZ25.5322.074.08-
YUV124.6474.03168.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56%
GREEN value IS 114 (44.92% from 255) = 35.08%
BLUE value IS 29 (11.72% from 255) = 8.92%
R=56%
G=35.08%
B=8.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821142900.370.840.2933.3372.5141.37
HexB6721D025541D214929
Octal26616235045124354111151
Binary1011011011100101110101001011010100111011000011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6721D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6721D; }

 p { color: rgb(182,114,29); }

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

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

 a { background-color: rgb(182,114,29); }

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

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

 span { border-color: rgb(182,114,29); }

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