#B97528

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

Shades of Pirate Gold #B97528

Tints of Pirate Gold #B97528

Color information

#B97528 (or 0xB97528) is unknown color: approx Pirate Gold. HEX triplet: B9, 75 and 28. RGB value is (185,117,40). Sum of RGB (Red+Green+Blue) = 185+117+40=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 40 (16.02% from 255 or 11.70% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B97528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97528 is #468AD7. Grayscale: #808080. Windows color (decimal): -4623064 or 2651577. OLE color: 2651577.

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

Color convert

RGB18511740-
CMYK00.370.780.27
HSL31.86º64.44%44.12%-
HSV(B)31.86º78.38%72.55%-
XYZ26.7523.195.07-
YUV128.5578.03168.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.09%
GREEN value IS 117 (46.09% from 255) = 34.21%
BLUE value IS 40 (16.02% from 255) = 11.70%
R=54.09%
G=34.21%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851174000.370.780.2731.8664.4444.12
HexB975280254E1B20402c
Octal27116550045116334010054
Binary10111001111010110100001001011001110110111000001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97528; }

 p { color: rgb(185,117,40); }

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

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

 a { background-color: rgb(185,117,40); }

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

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

 span { border-color: rgb(185,117,40); }

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