#BD792B

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

Shades of Pirate Gold #BD792B

Tints of Pirate Gold #BD792B

Color information

#BD792B (or 0xBD792B) is unknown color: approx Pirate Gold. HEX triplet: BD, 79 and 2B. RGB value is (189,121,43). Sum of RGB (Red+Green+Blue) = 189+121+43=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD792B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD792B is #4286D4. Grayscale: #848484. Windows color (decimal): -4359893 or 2849213. OLE color: 2849213.

HSL color Cylindrical-coordinate representation of color #BD792B: hue angle of 32.05º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD792B is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB18912143-
CMYK00.360.770.26
HSL32.05º62.93%45.49%-
HSV(B)32.05º77.25%74.12%-
XYZ28.2624.675.56-
YUV132.4477.53168.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.54%
GREEN value IS 121 (47.66% from 255) = 34.28%
BLUE value IS 43 (17.19% from 255) = 12.18%
R=53.54%
G=34.28%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891214300.360.770.2632.0562.9345.49
HexBD792B0244D1A203f2d
Octal2751715304411532407755
Binary1011110111110011010110100100100110111010100000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD792B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD792B; }

 p { color: rgb(189,121,43); }

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

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

 a { background-color: rgb(189,121,43); }

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

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

 span { border-color: rgb(189,121,43); }

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