#B97029

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

Shades of Pirate Gold #B97029

Tints of Pirate Gold #B97029

Color information

#B97029 (or 0xB97029) is unknown color: approx Pirate Gold. HEX triplet: B9, 70 and 29. RGB value is (185,112,41). Sum of RGB (Red+Green+Blue) = 185+112+41=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 41 (16.41% from 255 or 12.13% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B97029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97029 is #468FD6. Grayscale: #7E7E7E. Windows color (decimal): -4624343 or 2715833. OLE color: 2715833.

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

Color convert

RGB18511241-
CMYK00.390.780.27
HSL29.58º63.72%44.31%-
HSV(B)29.58º77.84%72.55%-
XYZ26.222.064.98-
YUV125.7380.18170.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.73%
GREEN value IS 112 (44.14% from 255) = 33.14%
BLUE value IS 41 (16.41% from 255) = 12.13%
R=54.73%
G=33.14%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851124100.390.780.2729.5863.7244.31
HexB970290274E1B1e402c
Octal27116051047116333610054
Binary1011100111100001010010100111100111011011111101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97029; }

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

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

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

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

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

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

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

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