#B07218

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

Shades of Pirate Gold #B07218

Tints of Pirate Gold #B07218

Color information

#B07218 (or 0xB07218) is unknown color: approx Pirate Gold. HEX triplet: B0, 72 and 18. RGB value is (176,114,24). Sum of RGB (Red+Green+Blue) = 176+114+24=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 24 (9.77% from 255 or 7.64% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B07218 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07218 is #4F8DE7. Grayscale: #7A7A7A. Windows color (decimal): -5213672 or 1602224. OLE color: 1602224.

HSL color Cylindrical-coordinate representation of color #B07218: hue angle of 35.53º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B07218 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB17611424-
CMYK00.350.860.31
HSL35.53º76%39.22%-
HSV(B)35.53º86.36%69.02%-
XYZ24.0921.333.71-
YUV122.2872.54166.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.05%
GREEN value IS 114 (44.92% from 255) = 36.31%
BLUE value IS 24 (9.77% from 255) = 7.64%
R=56.05%
G=36.31%
B=7.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761142400.350.860.3135.537639.22
HexB07218023561F244c27
Octal26016230043126374411447
Binary1011000011100101100001000111010110111111001001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07218; }

 p { color: rgb(176,114,24); }

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

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

 a { background-color: rgb(176,114,24); }

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

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

 span { border-color: rgb(176,114,24); }

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