#B66811

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

Shades of Pirate Gold #B66811

Tints of Pirate Gold #B66811

Color information

#B66811 (or 0xB66811) is unknown color: approx Pirate Gold. HEX triplet: B6, 68 and 11. RGB value is (182,104,17). Sum of RGB (Red+Green+Blue) = 182+104+17=303 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.07% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 182 - color contains mainly: red. Hex color #B66811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66811 is #4997EE. Grayscale: #757575. Windows color (decimal): -4823023 or 1140918. OLE color: 1140918.

HSL color Cylindrical-coordinate representation of color #B66811: hue angle of 31.64º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B66811 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB18210417-
CMYK00.430.910.29
HSL31.64º82.91%39.02%-
HSV(B)31.64º90.66%71.37%-
XYZ24.3419.893.09-
YUV117.471.34174.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 60.07%
GREEN value IS 104 (41.02% from 255) = 34.32%
BLUE value IS 17 (7.03% from 255) = 5.61%
R=60.07%
G=34.32%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821041700.430.910.2931.6482.9139.02
HexB6681102B5B1D205327
Octal26615021053133354012347
Binary1011011011010001000101010111011011111011000001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66811; }

 p { color: rgb(182,104,17); }

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

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

 a { background-color: rgb(182,104,17); }

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

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

 span { border-color: rgb(182,104,17); }

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