#B3671C

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

Shades of Pirate Gold #B3671C

Tints of Pirate Gold #B3671C

Color information

#B3671C (or 0xB3671C) is unknown color: approx Pirate Gold. HEX triplet: B3, 67 and 1C. RGB value is (179,103,28). Sum of RGB (Red+Green+Blue) = 179+103+28=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B3671C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3671C is #4C98E3. Grayscale: #757575. Windows color (decimal): -5019876 or 1861555. OLE color: 1861555.

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

Color convert

RGB17910328-
CMYK00.420.840.30
HSL29.8º72.95%40.59%-
HSV(B)29.8º84.36%70.2%-
XYZ23.6519.373.59-
YUV117.1777.68172.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.74%
GREEN value IS 103 (40.62% from 255) = 33.23%
BLUE value IS 28 (11.33% from 255) = 9.03%
R=57.74%
G=33.23%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791032800.420.840.3029.872.9540.59
HexB3671C02A541E1e4929
Octal26314734052124363611151
Binary101100111100111111000101010101010011110111101001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3671C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3671C; }

 p { color: rgb(179,103,28); }

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

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

 a { background-color: rgb(179,103,28); }

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

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

 span { border-color: rgb(179,103,28); }

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