#b8821f

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

Shades of Pirate Gold #B8821F

Tints of Pirate Gold #B8821F

Color information

#B8821F (or 0xB8821F) is unknown color: approx Pirate Gold. HEX triplet: B8, 82 and 1F. RGB value is (184,130,31). Sum of RGB (Red+Green+Blue) = 184+130+31=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B8821F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8821F is #477DE0. Grayscale: #878787. Windows color (decimal): -4685281 or 2065080. OLE color: 2065080.

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

Color convert

RGB18413031-
CMYK00.290.830.28
HSL38.82º71.16%42.16%-
HSV(B)38.82º83.15%72.16%-
XYZ2826.254.89-
YUV134.8669.39163.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.33%
GREEN value IS 130 (51.17% from 255) = 37.68%
BLUE value IS 31 (12.5% from 255) = 8.99%
R=53.33%
G=37.68%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841303100.290.830.2838.8271.1642.16
HexB8821F01D531C27472a
Octal27020237035123344710752
Binary1011100010000010111110111011010011111001001111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8821f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8821f; }

 p { color: rgb(184,130,31); }

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

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

 a { background-color: rgb(184,130,31); }

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

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

 span { border-color: rgb(184,130,31); }

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