#B57826

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

Shades of Pirate Gold #B57826

Tints of Pirate Gold #B57826

Color information

#B57826 (or 0xB57826) is unknown color: approx Pirate Gold. HEX triplet: B5, 78 and 26. RGB value is (181,120,38). Sum of RGB (Red+Green+Blue) = 181+120+38=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 38 (15.23% from 255 or 11.21% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B57826 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57826 is #4A87D9. Grayscale: #818181. Windows color (decimal): -4884442 or 2521269. OLE color: 2521269.

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

Color convert

RGB18112038-
CMYK00.340.790.29
HSL34.41º65.3%42.94%-
HSV(B)34.41º79.01%70.98%-
XYZ26.1223.44.97-
YUV128.8976.71165.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.39%
GREEN value IS 120 (47.27% from 255) = 35.40%
BLUE value IS 38 (15.23% from 255) = 11.21%
R=53.39%
G=35.40%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811203800.340.790.2934.4165.342.94
HexB578260224F1D22412b
Octal26517046042117354210153
Binary10110101111100010011001000101001111111011000101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57826; }

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

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

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

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

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

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

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

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