#B0781E

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

Shades of Pirate Gold #B0781E

Tints of Pirate Gold #B0781E

Color information

#B0781E (or 0xB0781E) is unknown color: approx Pirate Gold. HEX triplet: B0, 78 and 1E. RGB value is (176,120,30). Sum of RGB (Red+Green+Blue) = 176+120+30=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 30 (12.11% from 255 or 9.20% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B0781E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0781E is #4F87E1. Grayscale: #7E7E7E. Windows color (decimal): -5212130 or 1996976. OLE color: 1996976.

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

Color convert

RGB17612030-
CMYK00.320.830.31
HSL36.99º70.87%40.39%-
HSV(B)36.99º82.95%69.02%-
XYZ24.8622.764.31-
YUV126.4873.55163.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.99%
GREEN value IS 120 (47.27% from 255) = 36.81%
BLUE value IS 30 (12.11% from 255) = 9.20%
R=53.99%
G=36.81%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761203000.320.830.3136.9970.8740.39
HexB0781E020531F254728
Octal26017036040123374510750
Binary1011000011110001111001000001010011111111001011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0781E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0781E; }

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

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

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

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

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

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

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

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