#B9772D

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

Shades of Pirate Gold #B9772D

Tints of Pirate Gold #B9772D

Color information

#B9772D (or 0xB9772D) is unknown color: approx Pirate Gold. HEX triplet: B9, 77 and 2D. RGB value is (185,119,45). Sum of RGB (Red+Green+Blue) = 185+119+45=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B9772D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9772D is #4688D2. Grayscale: #828282. Windows color (decimal): -4622547 or 2979769. OLE color: 2979769.

HSL color Cylindrical-coordinate representation of color #B9772D: hue angle of 31.71º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9772D is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB18511945-
CMYK00.360.760.27
HSL31.71º60.87%45.1%-
HSV(B)31.71º75.68%72.55%-
XYZ27.0823.75.63-
YUV130.379.87167.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.01%
GREEN value IS 119 (46.88% from 255) = 34.10%
BLUE value IS 45 (17.97% from 255) = 12.89%
R=53.01%
G=34.10%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851194500.360.760.2731.7160.8745.1
HexB9772D0244C1B203d2d
Octal2711675504411433407555
Binary1011100111101111011010100100100110011011100000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9772D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9772D; }

 p { color: rgb(185,119,45); }

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

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

 a { background-color: rgb(185,119,45); }

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

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

 span { border-color: rgb(185,119,45); }

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