#B6731E

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

Shades of Pirate Gold #B6731E

Tints of Pirate Gold #B6731E

Color information

#B6731E (or 0xB6731E) is unknown color: approx Pirate Gold. HEX triplet: B6, 73 and 1E. RGB value is (182,115,30). Sum of RGB (Red+Green+Blue) = 182+115+30=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 30 (12.11% from 255 or 9.17% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B6731E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6731E is #498CE1. Grayscale: #7D7D7D. Windows color (decimal): -4820194 or 1995702. OLE color: 1995702.

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

Color convert

RGB18211530-
CMYK00.370.840.29
HSL33.55º71.7%41.57%-
HSV(B)33.55º83.52%71.37%-
XYZ25.6622.34.18-
YUV125.3474.2168.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.66%
GREEN value IS 115 (45.31% from 255) = 35.17%
BLUE value IS 30 (12.11% from 255) = 9.17%
R=55.66%
G=35.17%
B=9.17%

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
Decimal1821153000.370.840.2933.5571.741.57
HexB6731E025541D22482a
Octal26616336045124354211052
Binary1011011011100111111001001011010100111011000101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6731E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6731E; }

 p { color: rgb(182,115,30); }

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

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

 a { background-color: rgb(182,115,30); }

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

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

 span { border-color: rgb(182,115,30); }

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