#B97C1E

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

Shades of Pirate Gold #B97C1E

Tints of Pirate Gold #B97C1E

Color information

#B97C1E (or 0xB97C1E) is unknown color: approx Pirate Gold. HEX triplet: B9, 7C and 1E. RGB value is (185,124,30). Sum of RGB (Red+Green+Blue) = 185+124+30=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97C1E is #4683E1. Grayscale: #838383. Windows color (decimal): -4621282 or 1998009. OLE color: 1998009.

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

Color convert

RGB18512430-
CMYK00.330.840.27
HSL36.39º72.09%42.16%-
HSV(B)36.39º83.78%72.55%-
XYZ27.4524.824.57-
YUV131.5270.71166.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.57%
GREEN value IS 124 (48.83% from 255) = 36.58%
BLUE value IS 30 (12.11% from 255) = 8.85%
R=54.57%
G=36.58%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851243000.330.840.2736.3972.0942.16
HexB97C1E021541B24482a
Octal27117436041124334411052
Binary1011100111111001111001000011010100110111001001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97C1E; }

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

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

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

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

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

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

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

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