#B46E27

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

Shades of Pirate Gold #B46E27

Tints of Pirate Gold #B46E27

Color information

#B46E27 (or 0xB46E27) is unknown color: approx Pirate Gold. HEX triplet: B4, 6E and 27. RGB value is (180,110,39). Sum of RGB (Red+Green+Blue) = 180+110+39=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 39 (15.62% from 255 or 11.85% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46E27 is #4B91D8. Grayscale: #7B7B7B. Windows color (decimal): -4952537 or 2584244. OLE color: 2584244.

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

Color convert

RGB18011039-
CMYK00.390.780.29
HSL30.21º64.38%42.94%-
HSV(B)30.21º78.33%70.59%-
XYZ24.76214.67-
YUV122.8480.69168.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.71%
GREEN value IS 110 (43.36% from 255) = 33.43%
BLUE value IS 39 (15.62% from 255) = 11.85%
R=54.71%
G=33.43%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801103900.390.780.2930.2164.3842.94
HexB46E270274E1D1e402b
Octal26415647047116353610053
Binary1011010011011101001110100111100111011101111101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46E27; }

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

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

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

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

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

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

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

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