#B8791D

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

Shades of Pirate Gold #B8791D

Tints of Pirate Gold #B8791D

Color information

#B8791D (or 0xB8791D) is unknown color: approx Pirate Gold. HEX triplet: B8, 79 and 1D. RGB value is (184,121,29). Sum of RGB (Red+Green+Blue) = 184+121+29=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B8791D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8791D is #4786E2. Grayscale: #818181. Windows color (decimal): -4687587 or 1931704. OLE color: 1931704.

HSL color Cylindrical-coordinate representation of color #B8791D: hue angle of 35.61º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8791D is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB18412129-
CMYK00.340.840.28
HSL35.61º72.77%41.76%-
HSV(B)35.61º84.24%72.16%-
XYZ26.8323.954.37-
YUV129.3571.37166.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.09%
GREEN value IS 121 (47.66% from 255) = 36.23%
BLUE value IS 29 (11.72% from 255) = 8.68%
R=55.09%
G=36.23%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841212900.340.840.2835.6172.7741.76
HexB8791D022541C24492a
Octal27017135042124344411152
Binary1011100011110011110101000101010100111001001001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8791D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8791D; }

 p { color: rgb(184,121,29); }

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

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

 a { background-color: rgb(184,121,29); }

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

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

 span { border-color: rgb(184,121,29); }

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