#B76C1B

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

Shades of Pirate Gold #B76C1B

Tints of Pirate Gold #B76C1B

Color information

#B76C1B (or 0xB76C1B) is unknown color: approx Pirate Gold. HEX triplet: B7, 6C and 1B. RGB value is (183,108,27). Sum of RGB (Red+Green+Blue) = 183+108+27=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 27 (10.94% from 255 or 8.49% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76C1B is #4893E4. Grayscale: #797979. Windows color (decimal): -4756453 or 1797303. OLE color: 1797303.

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

Color convert

RGB18310827-
CMYK00.410.850.28
HSL31.15º74.29%41.18%-
HSV(B)31.15º85.25%71.76%-
XYZ25.0920.873.74-
YUV121.1974.85172.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.55%
GREEN value IS 108 (42.58% from 255) = 33.96%
BLUE value IS 27 (10.94% from 255) = 8.49%
R=57.55%
G=33.96%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831082700.410.850.2831.1574.2941.18
HexB76C1B029551C1f4a29
Octal26715433051125343711251
Binary101101111101100110110101001101010111100111111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76C1B; }

 p { color: rgb(183,108,27); }

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

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

 a { background-color: rgb(183,108,27); }

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

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

 span { border-color: rgb(183,108,27); }

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