#B97428

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

Shades of Pirate Gold #B97428

Tints of Pirate Gold #B97428

Color information

#B97428 (or 0xB97428) is unknown color: approx Pirate Gold. HEX triplet: B9, 74 and 28. RGB value is (185,116,40). Sum of RGB (Red+Green+Blue) = 185+116+40=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B97428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97428 is #468BD7. Grayscale: #808080. Windows color (decimal): -4623320 or 2651321. OLE color: 2651321.

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

Color convert

RGB18511640-
CMYK00.370.780.27
HSL31.45º64.44%44.12%-
HSV(B)31.45º78.38%72.55%-
XYZ26.6422.965.04-
YUV127.9778.36168.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.25%
GREEN value IS 116 (45.70% from 255) = 34.02%
BLUE value IS 40 (16.02% from 255) = 11.73%
R=54.25%
G=34.02%
B=11.73%

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
Decimal1851164000.370.780.2731.4564.4444.12
HexB974280254E1B1f402c
Octal27116450045116333710054
Binary1011100111101001010000100101100111011011111111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97428; }

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

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

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

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

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

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

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

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