#B77E1E

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

Shades of Pirate Gold #B77E1E

Tints of Pirate Gold #B77E1E

Color information

#B77E1E (or 0xB77E1E) is unknown color: approx Pirate Gold. HEX triplet: B7, 7E and 1E. RGB value is (183,126,30). Sum of RGB (Red+Green+Blue) = 183+126+30=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77E1E is #4881E1. Grayscale: #848484. Windows color (decimal): -4751842 or 1998519. OLE color: 1998519.

HSL color Cylindrical-coordinate representation of color #B77E1E: hue angle of 37.65º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B77E1E is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB18312630-
CMYK00.310.840.28
HSL37.65º71.83%41.76%-
HSV(B)37.65º83.61%71.76%-
XYZ27.2225.084.63-
YUV132.170.38164.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.98%
GREEN value IS 126 (49.61% from 255) = 37.17%
BLUE value IS 30 (12.11% from 255) = 8.85%
R=53.98%
G=37.17%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831263000.310.840.2837.6571.8341.76
HexB77E1E01F541C26482a
Octal26717636037124344611052
Binary101101111111110111100111111010100111001001101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77E1E; }

 p { color: rgb(183,126,30); }

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

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

 a { background-color: rgb(183,126,30); }

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

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

 span { border-color: rgb(183,126,30); }

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