#B46F25

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

Shades of Pirate Gold #B46F25

Tints of Pirate Gold #B46F25

Color information

#B46F25 (or 0xB46F25) is unknown color: approx Pirate Gold. HEX triplet: B4, 6F and 25. RGB value is (180,111,37). Sum of RGB (Red+Green+Blue) = 180+111+37=328 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.88% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 37 (14.84% from 255 or 11.28% from 328); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46F25 is #4B90DA. Grayscale: #7B7B7B. Windows color (decimal): -4952283 or 2453428. OLE color: 2453428.

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

Color convert

RGB18011137-
CMYK00.380.790.29
HSL31.05º65.9%42.55%-
HSV(B)31.05º79.44%70.59%-
XYZ24.8421.214.53-
YUV123.279.36168.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.88%
GREEN value IS 111 (43.75% from 255) = 33.84%
BLUE value IS 37 (14.84% from 255) = 11.28%
R=54.88%
G=33.84%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801113700.380.790.2931.0565.942.55
HexB46F250264F1D1f422b
Octal26415745046117353710253
Binary1011010011011111001010100110100111111101111111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46F25; }

 p { color: rgb(180,111,37); }

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

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

 a { background-color: rgb(180,111,37); }

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

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

 span { border-color: rgb(180,111,37); }

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