#B98026

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

Shades of Pirate Gold #B98026

Tints of Pirate Gold #B98026

Color information

#B98026 (or 0xB98026) is unknown color: approx Pirate Gold. HEX triplet: B9, 80 and 26. RGB value is (185,128,38). Sum of RGB (Red+Green+Blue) = 185+128+38=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 38 (15.23% from 255 or 10.83% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B98026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98026 is #467FD9. Grayscale: #878787. Windows color (decimal): -4620250 or 2523321. OLE color: 2523321.

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

Color convert

RGB18512838-
CMYK00.310.790.27
HSL36.73º65.92%43.73%-
HSV(B)36.73º79.46%72.55%-
XYZ28.0825.895.35-
YUV134.7873.38163.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.71%
GREEN value IS 128 (50.39% from 255) = 36.47%
BLUE value IS 38 (15.23% from 255) = 10.83%
R=52.71%
G=36.47%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851283800.310.790.2736.7365.9243.73
HexB9802601F4F1B25422c
Octal27120046037117334510254
Binary10111001100000001001100111111001111110111001011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98026; }

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

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

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

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

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

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

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

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