#B46E17

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

Shades of Pirate Gold #B46E17

Tints of Pirate Gold #B46E17

Color information

#B46E17 (or 0xB46E17) is unknown color: approx Pirate Gold. HEX triplet: B4, 6E and 17. RGB value is (180,110,23). Sum of RGB (Red+Green+Blue) = 180+110+23=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 23 (9.38% from 255 or 7.35% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46E17 is #4B91E8. Grayscale: #797979. Windows color (decimal): -4952553 or 1535668. OLE color: 1535668.

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

Color convert

RGB18011023-
CMYK00.390.870.29
HSL33.25º77.34%39.8%-
HSV(B)33.25º87.22%70.59%-
XYZ24.5520.923.55-
YUV121.0172.69170.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.51%
GREEN value IS 110 (43.36% from 255) = 35.14%
BLUE value IS 23 (9.38% from 255) = 7.35%
R=57.51%
G=35.14%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801102300.390.870.2933.2577.3439.8
HexB46E17027571D214d28
Octal26415627047127354111550
Binary1011010011011101011101001111010111111011000011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46E17; }

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

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

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

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

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

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

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

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