#B0781C

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

Shades of Pirate Gold #B0781C

Tints of Pirate Gold #B0781C

Color information

#B0781C (or 0xB0781C) is unknown color: approx Pirate Gold. HEX triplet: B0, 78 and 1C. RGB value is (176,120,28). Sum of RGB (Red+Green+Blue) = 176+120+28=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 28 (11.33% from 255 or 8.64% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B0781C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0781C is #4F87E3. Grayscale: #7E7E7E. Windows color (decimal): -5212132 or 1865904. OLE color: 1865904.

HSL color Cylindrical-coordinate representation of color #B0781C: hue angle of 37.3º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0781C is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB17612028-
CMYK00.320.840.31
HSL37.3º72.55%40%-
HSV(B)37.3º84.09%69.02%-
XYZ24.8322.754.18-
YUV126.2672.55163.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.32%
GREEN value IS 120 (47.27% from 255) = 37.04%
BLUE value IS 28 (11.33% from 255) = 8.64%
R=54.32%
G=37.04%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761202800.320.840.3137.372.5540
HexB0781C020541F254928
Octal26017034040124374511150
Binary1011000011110001110001000001010100111111001011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0781C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0781C; }

 p { color: rgb(176,120,28); }

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

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

 a { background-color: rgb(176,120,28); }

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

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

 span { border-color: rgb(176,120,28); }

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