#B77518

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

Shades of Pirate Gold #B77518

Tints of Pirate Gold #B77518

Color information

#B77518 (or 0xB77518) is unknown color: approx Pirate Gold. HEX triplet: B7, 75 and 18. RGB value is (183,117,24). Sum of RGB (Red+Green+Blue) = 183+117+24=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B77518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77518 is #488AE7. Grayscale: #7E7E7E. Windows color (decimal): -4754152 or 1602999. OLE color: 1602999.

HSL color Cylindrical-coordinate representation of color #B77518: hue angle of 35.09º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B77518 is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB18311724-
CMYK00.360.870.28
HSL35.09º76.81%40.59%-
HSV(B)35.09º86.89%71.76%-
XYZ26.0522.863.9-
YUV126.1370.37168.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.48%
GREEN value IS 117 (46.09% from 255) = 36.11%
BLUE value IS 24 (9.77% from 255) = 7.41%
R=56.48%
G=36.11%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.87
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831172400.360.870.2835.0976.8140.59
HexB77518024571C234d29
Octal26716530044127344311551
Binary1011011111101011100001001001010111111001000111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77518; }

 p { color: rgb(183,117,24); }

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

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

 a { background-color: rgb(183,117,24); }

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

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

 span { border-color: rgb(183,117,24); }

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