#B97027

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

Shades of Pirate Gold #B97027

Tints of Pirate Gold #B97027

Color information

#B97027 (or 0xB97027) is unknown color: approx Pirate Gold. HEX triplet: B9, 70 and 27. RGB value is (185,112,39). Sum of RGB (Red+Green+Blue) = 185+112+39=336 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.06% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 39 (15.62% from 255 or 11.61% from 336); Max value from RGB is 185 - color contains mainly: red. Hex color #B97027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97027 is #468FD8. Grayscale: #7D7D7D. Windows color (decimal): -4624345 or 2584761. OLE color: 2584761.

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

Color convert

RGB18511239-
CMYK00.390.790.27
HSL30º65.18%43.92%-
HSV(B)30º78.92%72.55%-
XYZ26.1722.054.8-
YUV125.579.18170.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.06%
GREEN value IS 112 (44.14% from 255) = 33.33%
BLUE value IS 39 (15.62% from 255) = 11.61%
R=55.06%
G=33.33%
B=11.61%

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
Decimal1851123900.390.790.273065.1843.92
HexB970270274F1B1e412c
Octal27116047047117333610154
Binary1011100111100001001110100111100111111011111101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97027; }

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

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

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

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

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

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

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

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