#B98321

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

Shades of Pirate Gold #B98321

Tints of Pirate Gold #B98321

Color information

#B98321 (or 0xB98321) is unknown color: approx Pirate Gold. HEX triplet: B9, 83 and 21. RGB value is (185,131,33). Sum of RGB (Red+Green+Blue) = 185+131+33=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 33 (13.28% from 255 or 9.46% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B98321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98321 is #467CDE. Grayscale: #888888. Windows color (decimal): -4619487 or 2196409. OLE color: 2196409.

HSL color Cylindrical-coordinate representation of color #B98321: hue angle of 38.68º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B98321 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB18513133-
CMYK00.290.820.27
HSL38.68º69.72%42.75%-
HSV(B)38.68º82.16%72.55%-
XYZ28.426.665.09-
YUV135.9769.89162.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.01%
GREEN value IS 131 (51.56% from 255) = 37.54%
BLUE value IS 33 (13.28% from 255) = 9.46%
R=53.01%
G=37.54%
B=9.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851313300.290.820.2738.6869.7242.75
HexB9832101D521B27462b
Octal27120341035122334710653
Binary10111001100000111000010111011010010110111001111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98321; }

 p { color: rgb(185,131,33); }

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

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

 a { background-color: rgb(185,131,33); }

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

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

 span { border-color: rgb(185,131,33); }

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