#B06E1C

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

Shades of Pirate Gold #B06E1C

Tints of Pirate Gold #B06E1C

Color information

#B06E1C (or 0xB06E1C) is unknown color: approx Pirate Gold. HEX triplet: B0, 6E and 1C. RGB value is (176,110,28). Sum of RGB (Red+Green+Blue) = 176+110+28=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06E1C is #4F91E3. Grayscale: #787878. Windows color (decimal): -5214692 or 1863344. OLE color: 1863344.

HSL color Cylindrical-coordinate representation of color #B06E1C: hue angle of 33.24º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B06E1C is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB17611028-
CMYK00.370.840.31
HSL33.24º72.55%40%-
HSV(B)33.24º84.09%69.02%-
XYZ23.6920.473.8-
YUV120.3975.87167.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.05%
GREEN value IS 110 (43.36% from 255) = 35.03%
BLUE value IS 28 (11.33% from 255) = 8.92%
R=56.05%
G=35.03%
B=8.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761102800.370.840.3133.2472.5540
HexB06E1C025541F214928
Octal26015634045124374111150
Binary1011000011011101110001001011010100111111000011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06E1C; }

 p { color: rgb(176,110,28); }

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

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

 a { background-color: rgb(176,110,28); }

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

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

 span { border-color: rgb(176,110,28); }

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