#B47826

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

Shades of Pirate Gold #B47826

Tints of Pirate Gold #B47826

Color information

#B47826 (or 0xB47826) is unknown color: approx Pirate Gold. HEX triplet: B4, 78 and 26. RGB value is (180,120,38). Sum of RGB (Red+Green+Blue) = 180+120+38=338 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.25% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 38 (15.23% from 255 or 11.24% from 338); Max value from RGB is 180 - color contains mainly: red. Hex color #B47826 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47826 is #4B87D9. Grayscale: #808080. Windows color (decimal): -4949978 or 2521268. OLE color: 2521268.

HSL color Cylindrical-coordinate representation of color #B47826: hue angle of 34.65º degrees, saturation: 0.65, 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 #B47826 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB18012038-
CMYK00.330.790.29
HSL34.65º65.14%42.75%-
HSV(B)34.65º78.89%70.59%-
XYZ25.8923.284.96-
YUV128.5976.88164.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.25%
GREEN value IS 120 (47.27% from 255) = 35.50%
BLUE value IS 38 (15.23% from 255) = 11.24%
R=53.25%
G=35.50%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801203800.330.790.2934.6565.1442.75
HexB478260214F1D23412b
Octal26417046041117354310153
Binary10110100111100010011001000011001111111011000111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47826; }

 p { color: rgb(180,120,38); }

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

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

 a { background-color: rgb(180,120,38); }

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

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

 span { border-color: rgb(180,120,38); }

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