#B66D26

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

Shades of Pirate Gold #B66D26

Tints of Pirate Gold #B66D26

Color information

#B66D26 (or 0xB66D26) is unknown color: approx Pirate Gold. HEX triplet: B6, 6D and 26. RGB value is (182,109,38). Sum of RGB (Red+Green+Blue) = 182+109+38=329 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.32% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 38 (15.23% from 255 or 11.55% from 329); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66D26 is #4992D9. Grayscale: #7B7B7B. Windows color (decimal): -4821722 or 2518454. OLE color: 2518454.

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

Color convert

RGB18210938-
CMYK00.400.790.29
HSL29.58º65.45%43.14%-
HSV(B)29.58º79.12%71.37%-
XYZ25.1121.024.57-
YUV122.7380.18170.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.32%
GREEN value IS 109 (42.97% from 255) = 33.13%
BLUE value IS 38 (15.23% from 255) = 11.55%
R=55.32%
G=33.13%
B=11.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821093800.400.790.2929.5865.4543.14
HexB66D260284F1D1e412b
Octal26615546050117353610153
Binary1011011011011011001100101000100111111101111101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66D26; }

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

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

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

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

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

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

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

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