#B9792D

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

Shades of Pirate Gold #B9792D

Tints of Pirate Gold #B9792D

Color information

#B9792D (or 0xB9792D) is unknown color: approx Pirate Gold. HEX triplet: B9, 79 and 2D. RGB value is (185,121,45). Sum of RGB (Red+Green+Blue) = 185+121+45=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B9792D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9792D is #4686D2. Grayscale: #838383. Windows color (decimal): -4622035 or 2980281. OLE color: 2980281.

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

Color convert

RGB18512145-
CMYK00.350.760.27
HSL32.57º60.87%45.1%-
HSV(B)32.57º75.68%72.55%-
XYZ27.3224.185.71-
YUV131.4779.2166.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.71%
GREEN value IS 121 (47.66% from 255) = 34.47%
BLUE value IS 45 (17.97% from 255) = 12.82%
R=52.71%
G=34.47%
B=12.82%

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
Decimal1851214500.350.760.2732.5760.8745.1
HexB9792D0234C1B213d2d
Octal2711715504311433417555
Binary1011100111110011011010100011100110011011100001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9792D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9792D; }

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

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

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

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

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

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

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

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