#B66B0F

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

Shades of Pirate Gold #B66B0F

Tints of Pirate Gold #B66B0F

Color information

#B66B0F (or 0xB66B0F) is unknown color: approx Pirate Gold. HEX triplet: B6, 6B and 0F. RGB value is (182,107,15). Sum of RGB (Red+Green+Blue) = 182+107+15=304 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.87% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 182 - color contains mainly: red. Hex color #B66B0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66B0F is #4994F0. Grayscale: #777777. Windows color (decimal): -4822257 or 1010614. OLE color: 1010614.

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

Color convert

RGB18210715-
CMYK00.410.920.29
HSL33.05º84.77%38.63%-
HSV(B)33.05º91.76%71.37%-
XYZ24.6420.493.11-
YUV118.9469.35172.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.87%
GREEN value IS 107 (42.19% from 255) = 35.20%
BLUE value IS 15 (6.25% from 255) = 4.93%
R=59.87%
G=35.20%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821071500.410.920.2933.0584.7738.63
HexB66BF0295C1D215527
Octal26615317051134354112547
Binary101101101101011111101010011011100111011000011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66B0F; }

 p { color: rgb(182,107,15); }

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

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

 a { background-color: rgb(182,107,15); }

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

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

 span { border-color: rgb(182,107,15); }

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