#B6711D

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

Shades of Pirate Gold #B6711D

Tints of Pirate Gold #B6711D

Color information

#B6711D (or 0xB6711D) is unknown color: approx Pirate Gold. HEX triplet: B6, 71 and 1D. RGB value is (182,113,29). Sum of RGB (Red+Green+Blue) = 182+113+29=324 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.17% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 29 (11.72% from 255 or 8.95% from 324); Max value from RGB is 182 - color contains mainly: red. Hex color #B6711D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6711D is #498EE2. Grayscale: #7C7C7C. Windows color (decimal): -4820707 or 1929654. OLE color: 1929654.

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

Color convert

RGB18211329-
CMYK00.380.840.29
HSL32.94º72.51%41.37%-
HSV(B)32.94º84.07%71.37%-
XYZ25.4221.844.04-
YUV124.0674.36169.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.17%
GREEN value IS 113 (44.53% from 255) = 34.88%
BLUE value IS 29 (11.72% from 255) = 8.95%
R=56.17%
G=34.88%
B=8.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821132900.380.840.2932.9472.5141.37
HexB6711D026541D214929
Octal26616135046124354111151
Binary1011011011100011110101001101010100111011000011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6711D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6711D; }

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

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

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

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

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

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

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

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