#B97B1E

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

Shades of Pirate Gold #B97B1E

Tints of Pirate Gold #B97B1E

Color information

#B97B1E (or 0xB97B1E) is unknown color: approx Pirate Gold. HEX triplet: B9, 7B and 1E. RGB value is (185,123,30). Sum of RGB (Red+Green+Blue) = 185+123+30=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 30 (12.11% from 255 or 8.88% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B97B1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97B1E is #4684E1. Grayscale: #838383. Windows color (decimal): -4621538 or 1997753. OLE color: 1997753.

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

Color convert

RGB18512330-
CMYK00.340.840.27
HSL36º72.09%42.16%-
HSV(B)36º83.78%72.55%-
XYZ27.3224.574.53-
YUV130.9471.04166.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.73%
GREEN value IS 123 (48.44% from 255) = 36.39%
BLUE value IS 30 (12.11% from 255) = 8.88%
R=54.73%
G=36.39%
B=8.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851233000.340.840.273672.0942.16
HexB97B1E022541B24482a
Octal27117336042124334411052
Binary1011100111110111111001000101010100110111001001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97B1E; }

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

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

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

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

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

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

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

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