#B97926

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

Shades of Pirate Gold #B97926

Tints of Pirate Gold #B97926

Color information

#B97926 (or 0xB97926) is unknown color: approx Pirate Gold. HEX triplet: B9, 79 and 26. RGB value is (185,121,38). Sum of RGB (Red+Green+Blue) = 185+121+38=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 38 (15.23% from 255 or 11.05% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B97926 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97926 is #4686D9. Grayscale: #838383. Windows color (decimal): -4622042 or 2521529. OLE color: 2521529.

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

Color convert

RGB18512138-
CMYK00.350.790.27
HSL33.88º65.92%43.73%-
HSV(B)33.88º79.46%72.55%-
XYZ27.1924.135.06-
YUV130.6775.7166.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.78%
GREEN value IS 121 (47.66% from 255) = 35.17%
BLUE value IS 38 (15.23% from 255) = 11.05%
R=53.78%
G=35.17%
B=11.05%

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
Decimal1851213800.350.790.2733.8865.9243.73
HexB979260234F1B22422c
Octal27117146043117334210254
Binary10111001111100110011001000111001111110111000101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97926; }

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

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

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

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

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

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

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

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