#B97628

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

Shades of Pirate Gold #B97628

Tints of Pirate Gold #B97628

Color information

#B97628 (or 0xB97628) is unknown color: approx Pirate Gold. HEX triplet: B9, 76 and 28. RGB value is (185,118,40). Sum of RGB (Red+Green+Blue) = 185+118+40=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 40 (16.02% from 255 or 11.66% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B97628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97628 is #4689D7. Grayscale: #818181. Windows color (decimal): -4622808 or 2651833. OLE color: 2651833.

HSL color Cylindrical-coordinate representation of color #B97628: hue angle of 32.28º 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 #B97628 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB18511840-
CMYK00.360.780.27
HSL32.28º64.44%44.12%-
HSV(B)32.28º78.38%72.55%-
XYZ26.8723.425.11-
YUV129.1477.7167.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.94%
GREEN value IS 118 (46.48% from 255) = 34.40%
BLUE value IS 40 (16.02% from 255) = 11.66%
R=53.94%
G=34.40%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851184000.360.780.2732.2864.4444.12
HexB976280244E1B20402c
Octal27116650044116334010054
Binary10111001111011010100001001001001110110111000001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97628; }

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

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

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

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

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

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

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

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