#B97826

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

Shades of Pirate Gold #B97826

Tints of Pirate Gold #B97826

Color information

#B97826 (or 0xB97826) is unknown color: approx Pirate Gold. HEX triplet: B9, 78 and 26. RGB value is (185,120,38). Sum of RGB (Red+Green+Blue) = 185+120+38=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 38 (15.23% from 255 or 11.08% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B97826 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97826 is #4687D9. Grayscale: #828282. Windows color (decimal): -4622298 or 2521273. OLE color: 2521273.

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

Color convert

RGB18512038-
CMYK00.350.790.27
HSL33.47º65.92%43.73%-
HSV(B)33.47º79.46%72.55%-
XYZ27.0723.895.02-
YUV130.0976.03167.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.94%
GREEN value IS 120 (47.27% from 255) = 34.99%
BLUE value IS 38 (15.23% from 255) = 11.08%
R=53.94%
G=34.99%
B=11.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851203800.350.790.2733.4765.9243.73
HexB978260234F1B21422c
Octal27117046043117334110254
Binary10111001111100010011001000111001111110111000011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97826; }

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

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

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

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

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

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

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

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