#B97127

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

Shades of Pirate Gold #B97127

Tints of Pirate Gold #B97127

Color information

#B97127 (or 0xB97127) is unknown color: approx Pirate Gold. HEX triplet: B9, 71 and 27. RGB value is (185,113,39). Sum of RGB (Red+Green+Blue) = 185+113+39=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 39 (15.62% from 255 or 11.57% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B97127 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97127 is #468ED8. Grayscale: #7E7E7E. Windows color (decimal): -4624089 or 2585017. OLE color: 2585017.

HSL color Cylindrical-coordinate representation of color #B97127: hue angle of 30.41º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B97127 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB18511339-
CMYK00.390.790.27
HSL30.41º65.18%43.92%-
HSV(B)30.41º78.92%72.55%-
XYZ26.2822.274.83-
YUV126.0978.85170.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.90%
GREEN value IS 113 (44.53% from 255) = 33.53%
BLUE value IS 39 (15.62% from 255) = 11.57%
R=54.90%
G=33.53%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851133900.390.790.2730.4165.1843.92
HexB971270274F1B1e412c
Octal27116147047117333610154
Binary1011100111100011001110100111100111111011111101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97127; }

 p { color: rgb(185,113,39); }

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

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

 a { background-color: rgb(185,113,39); }

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

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

 span { border-color: rgb(185,113,39); }

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