#B77428

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

Shades of Pirate Gold #B77428

Tints of Pirate Gold #B77428

Color information

#B77428 (or 0xB77428) is unknown color: approx Pirate Gold. HEX triplet: B7, 74 and 28. RGB value is (183,116,40). Sum of RGB (Red+Green+Blue) = 183+116+40=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B77428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77428 is #488BD7. Grayscale: #7F7F7F. Windows color (decimal): -4754392 or 2651319. OLE color: 2651319.

HSL color Cylindrical-coordinate representation of color #B77428: hue angle of 31.89º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B77428 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB18311640-
CMYK00.370.780.28
HSL31.89º64.13%43.73%-
HSV(B)31.89º78.14%71.76%-
XYZ26.1622.715.01-
YUV127.3778.7167.68-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.98%
GREEN value IS 116 (45.70% from 255) = 34.22%
BLUE value IS 40 (16.02% from 255) = 11.80%
R=53.98%
G=34.22%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831164000.370.780.2831.8964.1343.73
HexB774280254E1C20402c
Octal26716450045116344010054
Binary10110111111010010100001001011001110111001000001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77428; }

 p { color: rgb(183,116,40); }

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

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

 a { background-color: rgb(183,116,40); }

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

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

 span { border-color: rgb(183,116,40); }

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