#B47926

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

Shades of Pirate Gold #B47926

Tints of Pirate Gold #B47926

Color information

#B47926 (or 0xB47926) is unknown color: approx Pirate Gold. HEX triplet: B4, 79 and 26. RGB value is (180,121,38). Sum of RGB (Red+Green+Blue) = 180+121+38=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 38 (15.23% from 255 or 11.21% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B47926 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47926 is #4B86D9. Grayscale: #818181. Windows color (decimal): -4949722 or 2521524. OLE color: 2521524.

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

Color convert

RGB18012138-
CMYK00.330.790.29
HSL35.07º65.14%42.75%-
HSV(B)35.07º78.89%70.59%-
XYZ26.0123.525-
YUV129.1876.55164.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.10%
GREEN value IS 121 (47.66% from 255) = 35.69%
BLUE value IS 38 (15.23% from 255) = 11.21%
R=53.10%
G=35.69%
B=11.21%

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
Decimal1801213800.330.790.2935.0765.1442.75
HexB479260214F1D23412b
Octal26417146041117354310153
Binary10110100111100110011001000011001111111011000111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47926; }

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

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

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

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

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

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

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

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