#B3781E

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

Shades of Pirate Gold #B3781E

Tints of Pirate Gold #B3781E

Color information

#B3781E (or 0xB3781E) is unknown color: approx Pirate Gold. HEX triplet: B3, 78 and 1E. RGB value is (179,120,30). Sum of RGB (Red+Green+Blue) = 179+120+30=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 30 (12.11% from 255 or 9.12% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B3781E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3781E is #4C87E1. Grayscale: #7F7F7F. Windows color (decimal): -5015522 or 1996979. OLE color: 1996979.

HSL color Cylindrical-coordinate representation of color #B3781E: hue angle of 36.24º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B3781E is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB17912030-
CMYK00.330.830.30
HSL36.24º71.29%40.98%-
HSV(B)36.24º83.24%70.2%-
XYZ25.5423.114.34-
YUV127.3873.05164.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.41%
GREEN value IS 120 (47.27% from 255) = 36.47%
BLUE value IS 30 (12.11% from 255) = 9.12%
R=54.41%
G=36.47%
B=9.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791203000.330.830.3036.2471.2940.98
HexB3781E021531E244729
Octal26317036041123364410751
Binary1011001111110001111001000011010011111101001001000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3781E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3781E; }

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

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

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

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

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

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

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

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