#B97229

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

Shades of Pirate Gold #B97229

Tints of Pirate Gold #B97229

Color information

#B97229 (or 0xB97229) is unknown color: approx Pirate Gold. HEX triplet: B9, 72 and 29. RGB value is (185,114,41). Sum of RGB (Red+Green+Blue) = 185+114+41=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 41 (16.41% from 255 or 12.06% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B97229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97229 is #468DD6. Grayscale: #7F7F7F. Windows color (decimal): -4623831 or 2716345. OLE color: 2716345.

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

Color convert

RGB18511441-
CMYK00.380.780.27
HSL30.42º63.72%44.31%-
HSV(B)30.42º77.84%72.55%-
XYZ26.4322.515.05-
YUV126.9179.52169.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.41%
GREEN value IS 114 (44.92% from 255) = 33.53%
BLUE value IS 41 (16.41% from 255) = 12.06%
R=54.41%
G=33.53%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851144100.380.780.2730.4263.7244.31
HexB972290264E1B1e402c
Octal27116251046116333610054
Binary1011100111100101010010100110100111011011111101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97229; }

 p { color: rgb(185,114,41); }

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

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

 a { background-color: rgb(185,114,41); }

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

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

 span { border-color: rgb(185,114,41); }

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