#B66D1B

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

Shades of Pirate Gold #B66D1B

Tints of Pirate Gold #B66D1B

Color information

#B66D1B (or 0xB66D1B) is unknown color: approx Pirate Gold. HEX triplet: B6, 6D and 1B. RGB value is (182,109,27). Sum of RGB (Red+Green+Blue) = 182+109+27=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 27 (10.94% from 255 or 8.49% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66D1B is #4992E4. Grayscale: #797979. Windows color (decimal): -4821733 or 1797558. OLE color: 1797558.

HSL color Cylindrical-coordinate representation of color #B66D1B: hue angle of 31.74º 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 #B66D1B is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB18210927-
CMYK00.400.850.29
HSL31.74º74.16%40.98%-
HSV(B)31.74º85.16%71.37%-
XYZ24.9620.963.77-
YUV121.4874.68171.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.23%
GREEN value IS 109 (42.97% from 255) = 34.28%
BLUE value IS 27 (10.94% from 255) = 8.49%
R=57.23%
G=34.28%
B=8.49%

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
Decimal1821092700.400.850.2931.7474.1640.98
HexB66D1B028551D204a29
Octal26615533050125354011251
Binary1011011011011011101101010001010101111011000001001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66D1B; }

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

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

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

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

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

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

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

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