#BD7C2B

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

Shades of Pirate Gold #BD7C2B

Tints of Pirate Gold #BD7C2B

Color information

#BD7C2B (or 0xBD7C2B) is unknown color: approx Pirate Gold. HEX triplet: BD, 7C and 2B. RGB value is (189,124,43). Sum of RGB (Red+Green+Blue) = 189+124+43=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 43 (17.19% from 255 or 12.08% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7C2B is #4283D4. Grayscale: #868686. Windows color (decimal): -4359125 or 2849981. OLE color: 2849981.

HSL color Cylindrical-coordinate representation of color #BD7C2B: hue angle of 33.29º 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 #BD7C2B is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB18912443-
CMYK00.340.770.26
HSL33.29º62.93%45.49%-
HSV(B)33.29º77.25%74.12%-
XYZ28.6325.415.68-
YUV134.276.53167.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.09%
GREEN value IS 124 (48.83% from 255) = 34.83%
BLUE value IS 43 (17.19% from 255) = 12.08%
R=53.09%
G=34.83%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891244300.340.770.2633.2962.9345.49
HexBD7C2B0224D1A213f2d
Octal2751745304211532417755
Binary1011110111111001010110100010100110111010100001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7C2B; }

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

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

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

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

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

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

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

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