#B6691F

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

Shades of Pirate Gold #B6691F

Tints of Pirate Gold #B6691F

Color information

#B6691F (or 0xB6691F) is unknown color: approx Pirate Gold. HEX triplet: B6, 69 and 1F. RGB value is (182,105,31). Sum of RGB (Red+Green+Blue) = 182+105+31=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 31 (12.5% from 255 or 9.75% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B6691F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6691F is #4996E0. Grayscale: #777777. Windows color (decimal): -4822753 or 2058678. OLE color: 2058678.

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

Color convert

RGB18210531-
CMYK00.420.830.29
HSL29.4º70.89%41.76%-
HSV(B)29.4º82.97%71.37%-
XYZ24.5920.153.89-
YUV119.5978.01172.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.23%
GREEN value IS 105 (41.41% from 255) = 33.02%
BLUE value IS 31 (12.5% from 255) = 9.75%
R=57.23%
G=33.02%
B=9.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821053100.420.830.2929.470.8941.76
HexB6691F02A531D1d472a
Octal26615137052123353510752
Binary101101101101001111110101010101001111101111011000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6691F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6691F; }

 p { color: rgb(182,105,31); }

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

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

 a { background-color: rgb(182,105,31); }

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

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

 span { border-color: rgb(182,105,31); }

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