#B67314

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

Shades of Pirate Gold #B67314

Tints of Pirate Gold #B67314

Color information

#B67314 (or 0xB67314) is unknown color: approx Pirate Gold. HEX triplet: B6, 73 and 14. RGB value is (182,115,20). Sum of RGB (Red+Green+Blue) = 182+115+20=317 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.41% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 182 - color contains mainly: red. Hex color #B67314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67314 is #498CEB. Grayscale: #7C7C7C. Windows color (decimal): -4820204 or 1340342. OLE color: 1340342.

HSL color Cylindrical-coordinate representation of color #B67314: hue angle of 35.19º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B67314 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB18211520-
CMYK00.370.890.29
HSL35.19º80.2%39.61%-
HSV(B)35.19º89.01%71.37%-
XYZ25.5522.263.61-
YUV124.269.2169.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.41%
GREEN value IS 115 (45.31% from 255) = 36.28%
BLUE value IS 20 (8.20% from 255) = 6.31%
R=57.41%
G=36.28%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821152000.370.890.2935.1980.239.61
HexB67314025591D235028
Octal26616324045131354312050
Binary1011011011100111010001001011011001111011000111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67314; }

 p { color: rgb(182,115,20); }

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

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

 a { background-color: rgb(182,115,20); }

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

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

 span { border-color: rgb(182,115,20); }

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