#B67013

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

Shades of Pirate Gold #B67013

Tints of Pirate Gold #B67013

Color information

#B67013 (or 0xB67013) is unknown color: approx Pirate Gold. HEX triplet: B6, 70 and 13. RGB value is (182,112,19). Sum of RGB (Red+Green+Blue) = 182+112+19=313 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.15% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 182 - color contains mainly: red. Hex color #B67013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67013 is #498FEC. Grayscale: #7A7A7A. Windows color (decimal): -4820973 or 1274038. OLE color: 1274038.

HSL color Cylindrical-coordinate representation of color #B67013: hue angle of 34.23º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B67013 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB18211219-
CMYK00.380.900.29
HSL34.23º81.09%39.41%-
HSV(B)34.23º89.56%71.37%-
XYZ25.221.583.45-
YUV122.3369.69170.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.15%
GREEN value IS 112 (44.14% from 255) = 35.78%
BLUE value IS 19 (7.81% from 255) = 6.07%
R=58.15%
G=35.78%
B=6.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821121900.380.900.2934.2381.0939.41
HexB670130265A1D225127
Octal26616023046132354212147
Binary1011011011100001001101001101011010111011000101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67013; }

 p { color: rgb(182,112,19); }

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

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

 a { background-color: rgb(182,112,19); }

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

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

 span { border-color: rgb(182,112,19); }

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