#B46D17

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

Shades of Pirate Gold #B46D17

Tints of Pirate Gold #B46D17

Color information

#B46D17 (or 0xB46D17) is unknown color: approx Pirate Gold. HEX triplet: B4, 6D and 17. RGB value is (180,109,23). Sum of RGB (Red+Green+Blue) = 180+109+23=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 23 (9.38% from 255 or 7.37% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46D17 is #4B92E8. Grayscale: #787878. Windows color (decimal): -4952809 or 1535412. OLE color: 1535412.

HSL color Cylindrical-coordinate representation of color #B46D17: hue angle of 32.87º 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 #B46D17 is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB18010923-
CMYK00.390.870.29
HSL32.87º77.34%39.8%-
HSV(B)32.87º87.22%70.59%-
XYZ24.4520.73.52-
YUV120.4273.02170.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.69%
GREEN value IS 109 (42.97% from 255) = 34.94%
BLUE value IS 23 (9.38% from 255) = 7.37%
R=57.69%
G=34.94%
B=7.37%

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
Decimal1801092300.390.870.2932.8777.3439.8
HexB46D17027571D214d28
Octal26415527047127354111550
Binary1011010011011011011101001111010111111011000011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46D17; }

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

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

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

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

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

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

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

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