#B9681A

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

Shades of Pirate Gold #B9681A

Tints of Pirate Gold #B9681A

Color information

#B9681A (or 0xB9681A) is unknown color: approx Pirate Gold. HEX triplet: B9, 68 and 1A. RGB value is (185,104,26). Sum of RGB (Red+Green+Blue) = 185+104+26=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B9681A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9681A is #4697E5. Grayscale: #777777. Windows color (decimal): -4626406 or 1730745. OLE color: 1730745.

HSL color Cylindrical-coordinate representation of color #B9681A: hue angle of 29.43º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B9681A is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB18510426-
CMYK00.440.860.27
HSL29.43º75.36%41.37%-
HSV(B)29.43º85.95%72.55%-
XYZ25.1420.293.57-
YUV119.3375.34174.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.73%
GREEN value IS 104 (41.02% from 255) = 33.02%
BLUE value IS 26 (10.55% from 255) = 8.25%
R=58.73%
G=33.02%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851042600.440.860.2729.4375.3641.37
HexB9681A02C561B1d4b29
Octal27115032054126333511351
Binary101110011101000110100101100101011011011111011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9681A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9681A; }

 p { color: rgb(185,104,26); }

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

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

 a { background-color: rgb(185,104,26); }

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

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

 span { border-color: rgb(185,104,26); }

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