#B66E1B

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

Shades of Pirate Gold #B66E1B

Tints of Pirate Gold #B66E1B

Color information

#B66E1B (or 0xB66E1B) is unknown color: approx Pirate Gold. HEX triplet: B6, 6E and 1B. RGB value is (182,110,27). Sum of RGB (Red+Green+Blue) = 182+110+27=319 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.05% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66E1B is #4991E4. Grayscale: #7A7A7A. Windows color (decimal): -4821477 or 1797814. OLE color: 1797814.

HSL color Cylindrical-coordinate representation of color #B66E1B: hue angle of 32.13º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B66E1B is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB18211027-
CMYK00.400.850.29
HSL32.13º74.16%40.98%-
HSV(B)32.13º85.16%71.37%-
XYZ25.0721.183.8-
YUV122.0774.35170.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.05%
GREEN value IS 110 (43.36% from 255) = 34.48%
BLUE value IS 27 (10.94% from 255) = 8.46%
R=57.05%
G=34.48%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821102700.400.850.2932.1374.1640.98
HexB66E1B028551D204a29
Octal26615633050125354011251
Binary1011011011011101101101010001010101111011000001001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66E1B; }

 p { color: rgb(182,110,27); }

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

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

 a { background-color: rgb(182,110,27); }

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

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

 span { border-color: rgb(182,110,27); }

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