#B97F1E

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

Shades of Pirate Gold #B97F1E

Tints of Pirate Gold #B97F1E

Color information

#B97F1E (or 0xB97F1E) is unknown color: approx Pirate Gold. HEX triplet: B9, 7F and 1E. RGB value is (185,127,30). Sum of RGB (Red+Green+Blue) = 185+127+30=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B97F1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97F1E is #4680E1. Grayscale: #858585. Windows color (decimal): -4620514 or 1998777. OLE color: 1998777.

HSL color Cylindrical-coordinate representation of color #B97F1E: hue angle of 37.55º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B97F1E is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB18512730-
CMYK00.310.840.27
HSL37.55º72.09%42.16%-
HSV(B)37.55º83.78%72.55%-
XYZ27.8325.594.7-
YUV133.2869.72164.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.09%
GREEN value IS 127 (50% from 255) = 37.13%
BLUE value IS 30 (12.11% from 255) = 8.77%
R=54.09%
G=37.13%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851273000.310.840.2737.5572.0942.16
HexB97F1E01F541B26482a
Octal27117736037124334611052
Binary101110011111111111100111111010100110111001101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97F1E; }

 p { color: rgb(185,127,30); }

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

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

 a { background-color: rgb(185,127,30); }

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

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

 span { border-color: rgb(185,127,30); }

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