#B46E12

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

Shades of Pirate Gold #B46E12

Tints of Pirate Gold #B46E12

Color information

#B46E12 (or 0xB46E12) is unknown color: approx Pirate Gold. HEX triplet: B4, 6E and 12. RGB value is (180,110,18). Sum of RGB (Red+Green+Blue) = 180+110+18=308 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.44% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46E12 is #4B91ED. Grayscale: #787878. Windows color (decimal): -4952558 or 1207988. OLE color: 1207988.

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

Color convert

RGB18011018-
CMYK00.390.90.29
HSL34.07º81.82%38.82%-
HSV(B)34.07º90%70.59%-
XYZ24.5120.93.31-
YUV120.4470.19170.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.44%
GREEN value IS 110 (43.36% from 255) = 35.71%
BLUE value IS 18 (7.42% from 255) = 5.84%
R=58.44%
G=35.71%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.9
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801101800.390.90.2934.0781.8238.82
HexB46E120275A1D225227
Octal26415622047132354212247
Binary1011010011011101001001001111011010111011000101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46E12; }

 p { color: rgb(180,110,18); }

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

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

 a { background-color: rgb(180,110,18); }

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

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

 span { border-color: rgb(180,110,18); }

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