#BD772C

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

Shades of Pirate Gold #BD772C

Tints of Pirate Gold #BD772C

Color information

#BD772C (or 0xBD772C) is unknown color: approx Pirate Gold. HEX triplet: BD, 77 and 2C. RGB value is (189,119,44). Sum of RGB (Red+Green+Blue) = 189+119+44=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD772C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD772C is #4288D3. Grayscale: #838383. Windows color (decimal): -4360404 or 2914237. OLE color: 2914237.

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

Color convert

RGB18911944-
CMYK00.370.770.26
HSL31.03º62.23%45.69%-
HSV(B)31.03º76.72%74.12%-
XYZ28.0424.195.58-
YUV131.3878.69169.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.69%
GREEN value IS 119 (46.88% from 255) = 33.81%
BLUE value IS 44 (17.58% from 255) = 12.5%
R=53.69%
G=33.81%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891194400.370.770.2631.0362.2345.69
HexBD772C0254D1A1f3e2e
Octal2751675404511532377656
Binary101111011110111101100010010110011011101011111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD772C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD772C; }

 p { color: rgb(189,119,44); }

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

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

 a { background-color: rgb(189,119,44); }

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

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

 span { border-color: rgb(189,119,44); }

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