#B9792C

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

Shades of Pirate Gold #B9792C

Tints of Pirate Gold #B9792C

Color information

#B9792C (or 0xB9792C) is unknown color: approx Pirate Gold. HEX triplet: B9, 79 and 2C. RGB value is (185,121,44). Sum of RGB (Red+Green+Blue) = 185+121+44=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B9792C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9792C is #4686D3. Grayscale: #838383. Windows color (decimal): -4622036 or 2914745. OLE color: 2914745.

HSL color Cylindrical-coordinate representation of color #B9792C: hue angle of 32.77º degrees, saturation: 0.62, 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 #B9792C is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB18512144-
CMYK00.350.760.27
HSL32.77º61.57%44.9%-
HSV(B)32.77º76.22%72.55%-
XYZ27.324.175.61-
YUV131.3678.7166.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.86%
GREEN value IS 121 (47.66% from 255) = 34.57%
BLUE value IS 44 (17.58% from 255) = 12.57%
R=52.86%
G=34.57%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851214400.350.760.2732.7761.5744.9
HexB9792C0234C1B213e2d
Octal2711715404311433417655
Binary1011100111110011011000100011100110011011100001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9792C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9792C; }

 p { color: rgb(185,121,44); }

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

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

 a { background-color: rgb(185,121,44); }

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

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

 span { border-color: rgb(185,121,44); }

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