#B97C1C

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

Shades of Pirate Gold #B97C1C

Tints of Pirate Gold #B97C1C

Color information

#B97C1C (or 0xB97C1C) is unknown color: approx Pirate Gold. HEX triplet: B9, 7C and 1C. RGB value is (185,124,28). Sum of RGB (Red+Green+Blue) = 185+124+28=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97C1C is #4683E3. Grayscale: #838383. Windows color (decimal): -4621284 or 1866937. OLE color: 1866937.

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

Color convert

RGB18512428-
CMYK00.330.850.27
HSL36.69º73.71%41.76%-
HSV(B)36.69º84.86%72.55%-
XYZ27.4224.814.44-
YUV131.369.71166.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.90%
GREEN value IS 124 (48.83% from 255) = 36.80%
BLUE value IS 28 (11.33% from 255) = 8.31%
R=54.90%
G=36.80%
B=8.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851242800.330.850.2736.6973.7141.76
HexB97C1C021551B254a2a
Octal27117434041125334511252
Binary1011100111111001110001000011010101110111001011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97C1C; }

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

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

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

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

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

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

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

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