#B46715

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

Shades of Pirate Gold #B46715

Tints of Pirate Gold #B46715

Color information

#B46715 (or 0xB46715) is unknown color: approx Pirate Gold. HEX triplet: B4, 67 and 15. RGB value is (180,103,21). Sum of RGB (Red+Green+Blue) = 180+103+21=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B46715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46715 is #4B98EA. Grayscale: #757575. Windows color (decimal): -4954347 or 1402804. OLE color: 1402804.

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

Color convert

RGB18010321-
CMYK00.430.880.29
HSL30.94º79.1%39.41%-
HSV(B)30.94º88.33%70.59%-
XYZ23.8119.463.21-
YUV116.6874.01173.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.21%
GREEN value IS 103 (40.62% from 255) = 33.88%
BLUE value IS 21 (8.59% from 255) = 6.91%
R=59.21%
G=33.88%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801032100.430.880.2930.9479.139.41
HexB4671502B581D1f4f27
Octal26414725053130353711747
Binary101101001100111101010101011101100011101111111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46715; }

 p { color: rgb(180,103,21); }

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

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

 a { background-color: rgb(180,103,21); }

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

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

 span { border-color: rgb(180,103,21); }

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