#B9801E

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

Shades of Pirate Gold #B9801E

Tints of Pirate Gold #B9801E

Color information

#B9801E (or 0xB9801E) is unknown color: approx Pirate Gold. HEX triplet: B9, 80 and 1E. RGB value is (185,128,30). Sum of RGB (Red+Green+Blue) = 185+128+30=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 30 (12.11% from 255 or 8.75% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B9801E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9801E is #467FE1. Grayscale: #868686. Windows color (decimal): -4620258 or 1999033. OLE color: 1999033.

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

Color convert

RGB18512830-
CMYK00.310.840.27
HSL37.94º72.09%42.16%-
HSV(B)37.94º83.78%72.55%-
XYZ27.9625.854.74-
YUV133.8769.38164.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.94%
GREEN value IS 128 (50.39% from 255) = 37.32%
BLUE value IS 30 (12.11% from 255) = 8.75%
R=53.94%
G=37.32%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851283000.310.840.2737.9472.0942.16
HexB9801E01F541B26482a
Octal27120036037124334611052
Binary1011100110000000111100111111010100110111001101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9801E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9801E; }

 p { color: rgb(185,128,30); }

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

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

 a { background-color: rgb(185,128,30); }

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

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

 span { border-color: rgb(185,128,30); }

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