#B77429

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

Shades of Pirate Gold #B77429

Tints of Pirate Gold #B77429

Color information

#B77429 (or 0xB77429) is unknown color: approx Pirate Gold. HEX triplet: B7, 74 and 29. RGB value is (183,116,41). Sum of RGB (Red+Green+Blue) = 183+116+41=340 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.82% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 41 (16.41% from 255 or 12.06% from 340); Max value from RGB is 183 - color contains mainly: red. Hex color #B77429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77429 is #488BD6. Grayscale: #7F7F7F. Windows color (decimal): -4754391 or 2716855. OLE color: 2716855.

HSL color Cylindrical-coordinate representation of color #B77429: hue angle of 31.69º degrees, saturation: 0.63, 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 #B77429 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB18311641-
CMYK00.370.780.28
HSL31.69º63.39%43.92%-
HSV(B)31.69º77.6%71.76%-
XYZ26.1722.725.1-
YUV127.4879.2167.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.82%
GREEN value IS 116 (45.70% from 255) = 34.12%
BLUE value IS 41 (16.41% from 255) = 12.06%
R=53.82%
G=34.12%
B=12.06%

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
Decimal1831164100.370.780.2831.6963.3943.92
HexB774290254E1C203f2c
Octal2671645104511634407754
Binary1011011111101001010010100101100111011100100000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77429; }

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

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

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

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

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

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

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

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