#B67617

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

Shades of Pirate Gold #B67617

Tints of Pirate Gold #B67617

Color information

#B67617 (or 0xB67617) is unknown color: approx Pirate Gold. HEX triplet: B6, 76 and 17. RGB value is (182,118,23). Sum of RGB (Red+Green+Blue) = 182+118+23=323 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.35% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 23 (9.38% from 255 or 7.12% from 323); Max value from RGB is 182 - color contains mainly: red. Hex color #B67617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67617 is #4989E8. Grayscale: #7E7E7E. Windows color (decimal): -4819433 or 1537718. OLE color: 1537718.

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

Color convert

RGB18211823-
CMYK00.350.870.29
HSL35.85º77.56%40.2%-
HSV(B)35.85º87.36%71.37%-
XYZ25.9222.963.88-
YUV126.3169.7167.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.35%
GREEN value IS 118 (46.48% from 255) = 36.53%
BLUE value IS 23 (9.38% from 255) = 7.12%
R=56.35%
G=36.53%
B=7.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821182300.350.870.2935.8577.5640.2
HexB67617023571D244e28
Octal26616627043127354411650
Binary1011011011101101011101000111010111111011001001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67617; }

 p { color: rgb(182,118,23); }

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

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

 a { background-color: rgb(182,118,23); }

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

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

 span { border-color: rgb(182,118,23); }

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