#B3681E

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

Shades of Pirate Gold #B3681E

Tints of Pirate Gold #B3681E

Color information

#B3681E (or 0xB3681E) is unknown color: approx Pirate Gold. HEX triplet: B3, 68 and 1E. RGB value is (179,104,30). Sum of RGB (Red+Green+Blue) = 179+104+30=313 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.19% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 30 (12.11% from 255 or 9.58% from 313); Max value from RGB is 179 - color contains mainly: red. Hex color #B3681E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3681E is #4C97E1. Grayscale: #767676. Windows color (decimal): -5019618 or 1992883. OLE color: 1992883.

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

Color convert

RGB17910430-
CMYK00.420.830.30
HSL29.8º71.29%40.98%-
HSV(B)29.8º83.24%70.2%-
XYZ23.7819.583.75-
YUV117.9978.35171.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.19%
GREEN value IS 104 (41.02% from 255) = 33.23%
BLUE value IS 30 (12.11% from 255) = 9.58%
R=57.19%
G=33.23%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791043000.420.830.3029.871.2940.98
HexB3681E02A531E1e4729
Octal26315036052123363610751
Binary101100111101000111100101010101001111110111101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3681E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3681E; }

 p { color: rgb(179,104,30); }

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

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

 a { background-color: rgb(179,104,30); }

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

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

 span { border-color: rgb(179,104,30); }

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