#B98024

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

Shades of Pirate Gold #B98024

Tints of Pirate Gold #B98024

Color information

#B98024 (or 0xB98024) is unknown color: approx Pirate Gold. HEX triplet: B9, 80 and 24. RGB value is (185,128,36). Sum of RGB (Red+Green+Blue) = 185+128+36=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 36 (14.45% from 255 or 10.32% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B98024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98024 is #467FDB. Grayscale: #868686. Windows color (decimal): -4620252 or 2392249. OLE color: 2392249.

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

Color convert

RGB18512836-
CMYK00.310.810.27
HSL37.05º67.42%43.33%-
HSV(B)37.05º80.54%72.55%-
XYZ28.0525.885.19-
YUV134.5672.38163.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.01%
GREEN value IS 128 (50.39% from 255) = 36.68%
BLUE value IS 36 (14.45% from 255) = 10.32%
R=53.01%
G=36.68%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851283600.310.810.2737.0567.4243.33
HexB9802401F511B25432b
Octal27120044037121334510353
Binary10111001100000001001000111111010001110111001011000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98024; }

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

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

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

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

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

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

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

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